Changeset 30d1215


Ignore:
Timestamp:
11/15/2006 08:21:16 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
9e63db6
Parents:
62d690d
Message:

Embryo-toolchain don't need gcc-g++ package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HLFS/hlfs.xsl

    r62d690d r30d1215  
    110110                        @id='ch-system-butterfly-toolchain'">
    111111             <xsl:text>tar -xvf gcc-core-&gcc-version;.*; &#xA;</xsl:text>
     112             <xsl:text>tar -xvf binutils-&binutils-version;.*; &#xA;</xsl:text>
     113          </xsl:if>
     114          <xsl:if test="@id='ch-tools-cocoon-toolchain' or
     115                        @id='ch-system-butterfly-toolchain'">
    112116             <xsl:text>tar -xvf gcc-g++-&gcc-version;.*; &#xA;</xsl:text>
    113              <xsl:text>tar -xvf binutils-&binutils-version;.*; &#xA;</xsl:text>
    114117          </xsl:if>
    115118          <!-- ONLY butterfly has a testsuite -->
Note: See TracChangeset for help on using the changeset viewer.