summaryrefslogtreecommitdiff
path: root/package/iperf
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-17 20:02:51 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-18 09:29:30 +0200
commit40c491783c3268dc6a2e6d737939d0ebe77469f0 (patch)
treeeab8ae104ebbe667836a086a93e43261d86de0c6 /package/iperf
parent981a6d49e9c7317f340484038da5336a539b9cfa (diff)
remove -lgcc stuff, we use static-libgcc
Diffstat (limited to 'package/iperf')
-rw-r--r--package/iperf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/iperf/Makefile b/package/iperf/Makefile
index a55d1b0ca..6c910592c 100644
--- a/package/iperf/Makefile
+++ b/package/iperf/Makefile
@@ -24,9 +24,9 @@ $(eval $(call PKG_template,IPERF,iperf,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPEN
ifeq ($(ADK_COMPILE_IPERF_WITH_UCLIBCXX),y)
TARGET_CXXFLAGS+= -fno-builtin -fno-rtti -nostdinc++
TARGET_LDFLAGS+= -nodefaultlibs
-CONFIGURE_ENV+= LIBS="-luClibc++ -lc -lm -lgcc_s -lpthread"
+CONFIGURE_ENV+= LIBS="-luClibc++ -lc -lm -lpthread"
else
-CONFIGURE_ENV+= LIBS="-lc -lm -lgcc_s -lpthread"
+CONFIGURE_ENV+= LIBS="-lc -lm -lpthread"
endif
iperf-install: