Fixed temporaly envars needed by uClibc in CLFS-embedded.
This commit is contained in:
parent
10c8b78425
commit
25124144d6
2 changed files with 6 additions and 1 deletions
|
@ -71,6 +71,11 @@
|
||||||
<xsl:text>set -e
</xsl:text>
|
<xsl:text>set -e
</xsl:text>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
<xsl:text>
</xsl:text>
|
<xsl:text>
</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>

</xsl:text>
|
||||||
|
</xsl:if>
|
||||||
<xsl:if test="sect2[@role='installation']">
|
<xsl:if test="sect2[@role='installation']">
|
||||||
<xsl:text>cd $PKGDIR
</xsl:text>
|
<xsl:text>cd $PKGDIR
</xsl:text>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
|
|
|
@ -144,7 +144,7 @@ cross_tools_Makefiles() { #
|
||||||
# had older versions. The packages would be installed in the target directory
|
# had older versions. The packages would be installed in the target directory
|
||||||
# and not the host.
|
# and not the host.
|
||||||
case $this_script in
|
case $this_script in
|
||||||
*cflags* | *variables* | *abi ) # work done in host_prep_Makefiles
|
*cflags* | *variables* | *abi | *toolchain*) # work done in host_prep_Makefiles
|
||||||
continue ;;
|
continue ;;
|
||||||
*) ;;
|
*) ;;
|
||||||
esac
|
esac
|
||||||
|
|
Reference in a new issue