diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-09-10 21:58:35 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-09-10 21:58:35 +0200 |
commit | d9ff60dad6c5f68824c481a2bb698d6941d0255b (patch) | |
tree | ed519032a691225b2cbb8d097ef3e7a6d673f45c /package/Makefile | |
parent | a481c461a4a7dae7440b9de3145ecb5b87206b3a (diff) |
eglibc compiles fine for arm
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index f416319d4..f8fca7505 100644 --- a/package/Makefile +++ b/package/Makefile @@ -440,8 +440,13 @@ INSTALL_PACKAGES:=$(patsubst %,%-install,$(package-y)) all: compile clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m) base-files) +ifeq ($(ADK_TOOLCHAIN_ONLY),y) +compile: $(COMPILE_PACKAGES) +install: $(INSTALL_PACKAGES) +else compile: base-files-compile $(COMPILE_PACKAGES) install: base-files-install $(INSTALL_PACKAGES) +endif download: $(DOWNLOAD) $(COMPILE_PACKAGES): base-files-compile |