summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-09-29 16:57:35 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-09-29 16:57:35 +0200
commitb4437a8f70b7563eab6cf72e7a1c7ebc8090f3de (patch)
treeb41856840cd701749e304f2e600d85cabb51bc23 /package
parent6f89a49d17ed6ce713a513b25d1e0296344dc9a1 (diff)
update eglibc and ibm x40 target, fix macosx cross-compile
Diffstat (limited to 'package')
-rw-r--r--package/Makefile2
-rw-r--r--package/eglibc/Config.in0
-rw-r--r--package/eglibc/Makefile1
-rw-r--r--package/uclibc++/Config.in0
-rw-r--r--package/uclibc/Config.in0
5 files changed, 2 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile
index 039a83e30..6b49e5d8f 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -21,12 +21,14 @@ package-$(ADK_PACKAGE_LIBPTHREAD) += libpthread
endif
ifneq (${ADK_TARGET_LIB_GLIBC},y)
+ifneq (${ADK_TARGET_LIB_EGLIBC},y)
ifneq (${ADK_NATIVE},y)
package-$(ADK_PACKAGE_UCLIBC) += uclibc
gcc-compile: uclibc-compile
endif
package-$(ADK_PACKAGE_UCLIBCXX) += uclibc++
endif
+endif
include $(TOPDIR)/package/Depends.mk
diff --git a/package/eglibc/Config.in b/package/eglibc/Config.in
deleted file mode 100644
index e69de29bb..000000000
--- a/package/eglibc/Config.in
+++ /dev/null
diff --git a/package/eglibc/Makefile b/package/eglibc/Makefile
index 911aa45f8..3caca19d4 100644
--- a/package/eglibc/Makefile
+++ b/package/eglibc/Makefile
@@ -7,7 +7,6 @@ include $(TOPDIR)/toolchain/eglibc/Makefile.inc
PKG_DESCR:= embedded GNU C library
PKG_SECTION:= base
PKG_OPTS:= noremove
-
PKG_SUBPKGS:= EGLIBC EGLIBC_DEV
NO_DISTFILES:= 1
diff --git a/package/uclibc++/Config.in b/package/uclibc++/Config.in
deleted file mode 100644
index e69de29bb..000000000
--- a/package/uclibc++/Config.in
+++ /dev/null
diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in
deleted file mode 100644
index e69de29bb..000000000
--- a/package/uclibc/Config.in
+++ /dev/null