From 25124144d66f335d994d034b6a1c861f76f05fb2 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Tue, 5 Dec 2006 16:23:57 +0000 Subject: [PATCH] Fixed temporaly envars needed by uClibc in CLFS-embedded. --- CLFS3/clfs3.xsl | 5 +++++ CLFS3/master.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CLFS3/clfs3.xsl b/CLFS3/clfs3.xsl index ebd4bea..24057d1 100644 --- a/CLFS3/clfs3.xsl +++ b/CLFS3/clfs3.xsl @@ -71,6 +71,11 @@ set -e + + + + + cd $PKGDIR diff --git a/CLFS3/master.sh b/CLFS3/master.sh index 138181c..f90a057 100644 --- a/CLFS3/master.sh +++ b/CLFS3/master.sh @@ -144,7 +144,7 @@ cross_tools_Makefiles() { # # had older versions. The packages would be installed in the target directory # and not the host. case $this_script in - *cflags* | *variables* | *abi ) # work done in host_prep_Makefiles + *cflags* | *variables* | *abi | *toolchain*) # work done in host_prep_Makefiles continue ;; *) ;; esac