Small typo is toolchain name. Added test to Config.in
This commit is contained in:
parent
da49058276
commit
00818a6f23
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -109,7 +109,7 @@
|
|||
<xsl:text>tar -xvf binutils-&binutils-version;.*; 
</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;.*; 
</xsl:text>
|
||||
</xsl:if>
|
||||
<!-- END new toolchain format -->
|
||||
|
|
Reference in a new issue