From: nbd Date: Thu, 14 Jun 2012 16:17:08 +0000 (+0000) Subject: mgen: replace uclibc++ hacks with g++-uc wrapper X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=34f552b714d0ac38a4b79d655806b581ef9d676b;p=packages.git mgen: replace uclibc++ hacks with g++-uc wrapper git-svn-id: svn://svn.openwrt.org/openwrt/packages@32355 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/mgen/Makefile b/net/mgen/Makefile index 38a79617d..1e7e30fed 100644 --- a/net/mgen/Makefile +++ b/net/mgen/Makefile @@ -37,8 +37,8 @@ endef define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR)/unix \ - CC="$(TARGET_CXX)" \ - CPPFLAGS="$(TARGET_CPPFLAGS) -I$(STAGING_DIR)/usr/include/uClibc++ -fno-builtin -fno-rtti -nostdinc++" \ + CC="g++-uc" \ + CPPFLAGS="$(TARGET_CPPFLAGS)" \ LDFLAGS="$(TARGET_LDFLAGS)" \ SYSTEM_LIBS="-ldl -lpthread -luClibc++" \ -f Makefile.linux mgen