summaryrefslogtreecommitdiff
path: root/package/iperf
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-11-15 10:57:34 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-11-15 10:57:34 +0100
commitbae2cf7b9802f9ca6787c1e734e547f6feafe3da (patch)
tree9b85622570972b38c88c45814cece0d785b694b5 /package/iperf
parentff6f45b68a15c4bf33ab401e4864205e2a57a066 (diff)
remove bitrotted uClibc++ support
Please use PKG_NEEDS for marking of packages needing C++ compiler. Remove the old bitrotted uClibc++ package and support for some packages.
Diffstat (limited to 'package/iperf')
-rw-r--r--package/iperf/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/package/iperf/Makefile b/package/iperf/Makefile
index b1de4d695..8521f1390 100644
--- a/package/iperf/Makefile
+++ b/package/iperf/Makefile
@@ -12,7 +12,6 @@ PKG_SECTION:= net/perf
PKG_NEEDS:= threads c++
PKG_URL:= http://sourceforge.net/projects/iperf
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=iperf/}
-PKG_CXX:= IPERF
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
@@ -20,13 +19,7 @@ include ${ADK_TOPDIR}/mk/package.mk
$(eval $(call PKG_template,IPERF,iperf,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-ifeq ($(ADK_COMPILE_IPERF_WITH_UCLIBCXX),y)
-TARGET_CXXFLAGS+= -fno-builtin -fno-rtti -nostdinc++
-TARGET_LDFLAGS+= -nodefaultlibs
-CONFIGURE_ENV+= LIBS="-luClibc++ -lc -lm -lpthread -lgcc"
-else
CONFIGURE_ENV+= LIBS="-lc -lm -lpthread"
-endif
CONFIGURE_ENV+= ac_cv_func_malloc_0_nonnull=yes
iperf-install: