From ebbb863c2e6f42370da855c3a9867c47095f7668 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 5 Aug 2008 08:54:52 +0000 Subject: [PATCH] fix dibbler compile on avr32 git-svn-id: svn://svn.openwrt.org/openwrt/packages@12132 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ipv6/dibbler/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)" \ -- 2.11.0