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

This commit is contained in:
George Boudreau 2006-07-30 13:55:46 +00:00
parent da49058276
commit 00818a6f23
2 changed files with 4 additions and 2 deletions

View file

@ -386,7 +386,9 @@ depends on BOOK_HLFS
default TEST_1
config TST_1
bool "Only chap06 Glibc/GCC/Binutils tests"
bool "Only chap06 Glibc/GCC/Binutils tests" if !BOOK_HLFS
config TST_1
bool "Only chap06 Glibc/Butterfly-toolchain" if BOOK_HLFS
config TST_2
bool "All chap06 testsuites"
config TST_3

View file

@ -109,7 +109,7 @@
<xsl:text>tar -xvf binutils-&binutils-version;.*; &#xA;</xsl:text>
</xsl:if>
<!-- ONLY butterfly has a testsuite -->
<xsl:if test="@id='ch-tools-butterfly-toolchain' and $testsuite != '0'">
<xsl:if test="@id='ch-system-butterfly-toolchain' and $testsuite != '0'">
<xsl:text>tar -xvf gcc-testsuite-&gcc-version;.*; &#xA;</xsl:text>
</xsl:if>
<!-- END new toolchain format -->