summaryrefslogtreecommitdiff
path: root/toolchain/glibc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-11 18:20:46 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-11 18:20:46 +0100
commitb4c24c8ee4081fff087ca113c7d0087d4462e5aa (patch)
treec91cfe82c500dbf8ee126fc2361eb6d24378a685 /toolchain/glibc/Makefile
parentb608c5a7dc38765319cc5f7cb32d35fcb0701d08 (diff)
parent72d93163012bc54c99ba5cd589f583fbf2c0dad6 (diff)
update todo, resolv conflict
Diffstat (limited to 'toolchain/glibc/Makefile')
-rw-r--r--toolchain/glibc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/glibc/Makefile b/toolchain/glibc/Makefile
index 5d8a252c4..d492b9837 100644
--- a/toolchain/glibc/Makefile
+++ b/toolchain/glibc/Makefile
@@ -17,6 +17,7 @@ ifeq ($(ADK_TARGET_NO_FPU),y)
GLIBC_CONFOPTS+= --without-fp
endif
+GLIBC_MAKEOPTS+= cross-compiling=yes
ifeq (${ADK_MAKE_PARALLEL},y)
GLIBC_MAKEOPTS+= PARALLELMFLAGS="-j${ADK_MAKE_JOBS}"
endif
@@ -41,7 +42,6 @@ $(WRKBUILD)/.headers: $(WRKBUILD)/.headers_configure
(cd $(GLIBC_BUILD_DIR_INITIAL); \
${GLIBC_ENV} \
$(MAKE) ${GLIBC_MAKEOPTS} \
- cross-compiling=yes \
install-headers \
);
touch $(STAGING_TARGET_DIR)/usr/include/gnu/stubs.h