summaryrefslogtreecommitdiff
path: root/package/pcc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-10-11 17:18:57 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-10-11 17:18:57 +0200
commitcaf7cf1a9ceb76481bea92282e886cce420b07ff (patch)
tree452028468d49e94d20b5c7cdffad1065a98f52ce /package/pcc
parent0bdeb3a8e7a5bf05dee49a8cf42701a51927ec15 (diff)
remove already disabled uClibc support, fix wrong PKG_LIBC_DEPENDS
Diffstat (limited to 'package/pcc')
-rw-r--r--package/pcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pcc/Makefile b/package/pcc/Makefile
index 0dbfdd102..58ff82ad0 100644
--- a/package/pcc/Makefile
+++ b/package/pcc/Makefile
@@ -32,7 +32,7 @@ CONFIGURE_ARGS+= --host=${GNU_TARGET_NAME} \
ifeq ($(ADK_TARGET_LIB_GLIBC),y)
TARGET_CPPFLAGS+= -DADK_FOR_GLIBC
endif
-ifeq ($(ADK_TARGET_LIB_UCLIBC),y)
+ifeq ($(ADK_TARGET_LIB_UCLIBC_NG),y)
TARGET_CPPFLAGS+= -DADK_FOR_UCLIBC
endif