diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-08-31 17:40:28 +0200 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-08-31 17:40:28 +0200 |
commit | f0735b7474ec5f6096103cc510546699c823e673 (patch) | |
tree | 40777e11bf4b912e2386762b6f7d1fc39b76d21c /toolchain/eglibc | |
parent | 46b42b19c7dec20400c1c7621d09277bf3d92874 (diff) |
timezone files no longer installed. why?
Diffstat (limited to 'toolchain/eglibc')
-rw-r--r-- | toolchain/eglibc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile index 2c40238ef..f5eae11cb 100644 --- a/toolchain/eglibc/Makefile +++ b/toolchain/eglibc/Makefile @@ -62,7 +62,7 @@ $(WRKBUILD)/.headers_configure: $(WRKBUILD)/.headers: $(WRKBUILD)/.headers_configure (cd $(EGLIBC_BUILD_DIR_INITIAL); \ PATH='${TARGET_PATH}' \ - $(MAKE) install-headers install-bootstrap-headers=yes \ + $(MAKE) install-headers install-bootstrap-headers=yes cross-compiling=yes \ ); touch $(STAGING_TARGET_DIR)/usr/include/gnu/stubs.h touch $(STAGING_TARGET_DIR)/usr/include/gnu/stubs-64.h @@ -90,7 +90,7 @@ $(WRKBUILD)/.configured: $(EGLIBC_BUILD_DIR_FINAL)/libc.so: $(WRKBUILD)/.compiled: $(WRKBUILD)/.configured - ${EGLIBC_ENV} $(MAKE) -C $(EGLIBC_BUILD_DIR_FINAL) all + ${EGLIBC_ENV} $(MAKE) -C $(EGLIBC_BUILD_DIR_FINAL) cross-compiling=yes all touch $@ $(WRKBUILD)/.installed: $(EGLIBC_BUILD_DIR_FINAL)/libc.so |