From 2b8d6cb9bc566f88d6add7cc28372b2b8e60d365 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 10 Nov 2008 21:20:30 +0000 Subject: [PATCH] Link with libgcc_s it would fail otherwise on x86_64-uclibc (and maybe others) git-svn-id: svn://svn.openwrt.org/openwrt/packages@13170 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/cbtt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/cbtt/Makefile b/net/cbtt/Makefile index e38aa81b7..8377429bb 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 $$@