Changeset 2512414 for CLFS3


Ignore:
Timestamp:
12/05/2006 04:23:57 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
3673dc1
Parents:
10c8b78
Message:

Fixed temporaly envars needed by uClibc in CLFS-embedded.

Location:
CLFS3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CLFS3/clfs3.xsl

    r10c8b78 r2512414  
    7272            </xsl:if>
    7373            <xsl:text>&#xA;</xsl:text>
     74            <!-- Set envars needed by uClibc -->
     75            <xsl:if test="@id='ch-cross-tools-uclibc'">
     76              <xsl:copy-of select="//sect1[@id='ch-cross-tools-toolchain']/screen"/>
     77              <xsl:text>&#xA;&#xA;</xsl:text>
     78            </xsl:if>
    7479            <xsl:if test="sect2[@role='installation']">
    7580              <xsl:text>cd $PKGDIR&#xA;</xsl:text>
  • CLFS3/master.sh

    r10c8b78 r2512414  
    145145    #   and not the host.
    146146    case $this_script in
    147       *cflags* | *variables* | *abi )  # work done in host_prep_Makefiles
     147      *cflags* | *variables* | *abi | *toolchain*)  # work done in host_prep_Makefiles
    148148              continue ;;
    149149      *) ;;
Note: See TracChangeset for help on using the changeset viewer.