Changeset 00818a6


Ignore:
Timestamp:
07/30/2006 01:55:46 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
7b7c34a
Parents:
da49058
Message:

Small typo is toolchain name. Added test to Config.in

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    rda49058 r00818a6  
    387387               
    388388                config  TST_1
    389                         bool    "Only chap06 Glibc/GCC/Binutils tests"
     389                        bool    "Only chap06 Glibc/GCC/Binutils tests" if !BOOK_HLFS
     390                config  TST_1
     391                        bool    "Only chap06 Glibc/Butterfly-toolchain" if BOOK_HLFS
    390392                config  TST_2
    391393                        bool    "All chap06 testsuites"
  • HLFS/hlfs.xsl

    rda49058 r00818a6  
    110110          </xsl:if>
    111111          <!-- ONLY butterfly has a testsuite -->
    112           <xsl:if test="@id='ch-tools-butterfly-toolchain' and $testsuite != '0'">
     112          <xsl:if test="@id='ch-system-butterfly-toolchain' and $testsuite != '0'">
    113113            <xsl:text>tar -xvf gcc-testsuite-&gcc-version;.*; &#xA;</xsl:text>
    114114          </xsl:if>
Note: See TracChangeset for help on using the changeset viewer.