From b89072f5d0942ff53238f57f24d955d52b794873 Mon Sep 17 00:00:00 2001 From: Florian Fainelli 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) SVN-Revision: 13170 --- net/cbtt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $$@ -- 2.30.2