From: nbd Date: Tue, 5 Aug 2008 08:54:52 +0000 (+0000) Subject: fix dibbler compile on avr32 X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=ebbb863c2e6f42370da855c3a9867c47095f7668;p=packages.git fix dibbler compile on avr32 git-svn-id: svn://svn.openwrt.org/openwrt/packages@12132 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/ipv6/dibbler/Makefile b/ipv6/dibbler/Makefile index 08ed75fd7..1b9ce728c 100644 --- a/ipv6/dibbler/Makefile +++ b/ipv6/dibbler/Makefile @@ -93,12 +93,12 @@ define Build/Configure endef # link stuff missing from uClibc++ but present in stdc++ statically -CXX_LIBS:= -nodefaultlibs -luClibc++ -Wl,-Bstatic,-lstdc++,-Bdynamic -lm +CXX_LIBS:= -nodefaultlibs -luClibc++ -Wl,-Bstatic,-lstdc++,-Bdynamic -lm -lgcc define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ - PORT_CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) -fno-builtin -fno-rtti" \ + PORT_CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) -fno-builtin" \ PORT_LDFLAGS="$(TARGET_LDFLAGS)" \ DEBUGINFO= \ CXXLD="$(TARGET_CC)" \