From: Florian Fainelli Date: Mon, 10 Nov 2008 21:20:30 +0000 (+0000) Subject: Link with libgcc_s it would fail otherwise on x86_64-uclibc (and maybe others) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b89072f5d0942ff53238f57f24d955d52b794873;p=openwrt%2Fsvn-archive%2Farchive.git Link with libgcc_s it would fail otherwise on x86_64-uclibc (and maybe others) SVN-Revision: 13170 --- diff --git a/net/cbtt/Makefile b/net/cbtt/Makefile index e38aa81b7d..8377429bbb 100644 --- a/net/cbtt/Makefile +++ b/net/cbtt/Makefile @@ -45,7 +45,7 @@ $(STAMP_BUILT)-$(2): $(STAMP_PREPARED) $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) -I$(STAGING_DIR)/usr/include/uClibc++ -fno-builtin -nostdinc++" \ - LFLAGS="$(TARGET_LDFLAGS) -L. -nodefaultlibs $(4) -lz -luClibc++ -lm -lpthread -lgcc" \ + LFLAGS="$(TARGET_LDFLAGS) -L. -nodefaultlibs $(4) -lz -luClibc++ -lm -lpthread -lgcc_s" \ $(3) touch $$@