From d9ff60dad6c5f68824c481a2bb698d6941d0255b Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <wbx@openadk.org>
Date: Thu, 10 Sep 2009 21:58:35 +0200
Subject: eglibc compiles fine for arm

---
 package/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

(limited to 'package/Makefile')

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
-- 
cgit v1.2.3