summaryrefslogtreecommitdiff
path: root/package/iperf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/iperf/Makefile')
-rw-r--r--package/iperf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iperf/Makefile b/package/iperf/Makefile
index a71a1ef21..a733e73e2 100644
--- a/package/iperf/Makefile
+++ b/package/iperf/Makefile
@@ -23,7 +23,7 @@ $(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 -lpthread"
+CONFIGURE_ENV+= LIBS="-luClibc++ -lc -lm -lpthread -lgcc"
else
CONFIGURE_ENV+= LIBS="-lc -lm -lpthread"
endif