summaryrefslogtreecommitdiffstats
path: root/rules/glibc-crt.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2006-11-23 12:24:48 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2006-11-23 12:24:48 +0000
commit0a50fa8de48c33215d6829e7d2008b8e9eb389fb (patch)
tree30c741739f590096f83150f5ee439a38fef77429 /rules/glibc-crt.make
parente6d9db832c2072657f1d44d47c0b0c7e3bd21b64 (diff)
downloadOSELAS.Toolchain-0a50fa8de48c33215d6829e7d2008b8e9eb389fb.tar.gz
OSELAS.Toolchain-0a50fa8de48c33215d6829e7d2008b8e9eb389fb.tar.xz
* rules/glibc-crt.make, rules/glibc.in, rules/glibc.make:
added support for GLIBC_EXTRA_ENV git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@1323 f8d472c7-5700-0410-ac5a-87979cec3adf
Diffstat (limited to 'rules/glibc-crt.make')
-rw-r--r--rules/glibc-crt.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/glibc-crt.make b/rules/glibc-crt.make
index dda44bd..c56d82b 100644
--- a/rules/glibc-crt.make
+++ b/rules/glibc-crt.make
@@ -58,7 +58,7 @@ GLIBC_CRT_AUTOCONF = $(GLIBC_AUTOCONF)
$(STATEDIR)/glibc-crt.prepare: $(glibc-crt_prepare_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(GLIBC_CRT_DIR)/config.cache)
- cd $(GLIBC_CRT_DIR) && \
+ cd $(GLIBC_CRT_DIR) && eval \
$(GLIBC_CRT_PATH) $(GLIBC_CRT_ENV) \
$(GLIBC_DIR)/configure $(GLIBC_CRT_AUTOCONF)
@$(call touch, $@)
@@ -71,7 +71,7 @@ glibc-crt_compile: $(STATEDIR)/glibc-crt.compile
$(STATEDIR)/glibc-crt.compile: $(glibc-crt_compile_deps_default)
@$(call targetinfo, $@)
- cd $(GLIBC_CRT_DIR) && $(GLIBC_CRT_ENV) $(GLIBC_CRT_PATH) \
+ cd $(GLIBC_CRT_DIR) && $(GLIBC_CRT_PATH) \
$(MAKE) $(PARALLELMFLAGS) csu/subdir_lib
@$(call touch, $@)