Fixed temporaly envars needed by uClibc in CLFS-embedded.

This commit is contained in:
Manuel Canales Esparcia 2006-12-05 16:23:57 +00:00
parent 10c8b78425
commit 25124144d6
2 changed files with 6 additions and 1 deletions

View file

@ -71,6 +71,11 @@
<xsl:text>set -e&#xA;</xsl:text>
</xsl:if>
<xsl:text>&#xA;</xsl:text>
<!-- Set envars needed by uClibc -->
<xsl:if test="@id='ch-cross-tools-uclibc'">
<xsl:copy-of select="//sect1[@id='ch-cross-tools-toolchain']/screen"/>
<xsl:text>&#xA;&#xA;</xsl:text>
</xsl:if>
<xsl:if test="sect2[@role='installation']">
<xsl:text>cd $PKGDIR&#xA;</xsl:text>
</xsl:if>

View file

@ -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