summaryrefslogtreecommitdiff
path: root/mk/package.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-10-14 00:21:10 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-10-14 00:21:10 +0200
commit084c175e59e9ea61c68154ad9982adcd918cbfcf (patch)
treee7919bb0660b8598855a45e6c56709cfc856f54d /mk/package.mk
parent838ba34414112d674ed917d83bdae7c1a8dafdc6 (diff)
make MacOS X works as build system for most of the packages, update some packages to latest stable upstream version
Diffstat (limited to 'mk/package.mk')
-rw-r--r--mk/package.mk11
1 files changed, 1 insertions, 10 deletions
diff --git a/mk/package.mk b/mk/package.mk
index db3007f71..915cea841 100644
--- a/mk/package.mk
+++ b/mk/package.mk
@@ -3,15 +3,6 @@
all: build-all-pkgs
-ifneq (${PKG_CXX},)
-ifeq (${ADK_COMPILE_${PKG_CXX}_WITH_UCLIBCXX},y)
-PKG_BUILDDEP+= uclibc++
-PKG_DEPENDS+= uclibc++
-else
-PKG_DEPENDS+= libstdcxx
-endif
-endif
-
TCFLAGS:= ${TARGET_CFLAGS}
TCXXFLAGS:= ${TARGET_CFLAGS}
TCPPFLAGS:= ${TARGET_CPPFLAGS}
@@ -281,4 +272,4 @@ distclean: clean
rm -f ${FULLDISTFILES}
.PHONY: all refetch extract patch configure \
- build fake package install clean build-all-pkgs
+ build rebuild fake package install clean build-all-pkgs