summaryrefslogtreecommitdiff
path: root/package/Makefile
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/Makefile
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/Makefile')
-rw-r--r--package/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile
index 98571fa4a..9f4aff970 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -17,7 +17,6 @@ endif
ifeq (${ADK_TARGET_LIB_UCLIBC_NG},y)
package-$(ADK_PACKAGE_UCLIBC_NG) += uclibc-ng
-package-$(ADK_PACKAGE_UCLIBCXX) += uclibc++
gcc-compile: uclibc-ng-compile
endif