diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-16 07:28:26 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-16 07:28:26 +0000 |
commit | 1f536265dd95eaecbd3d666a788351c108caee35 (patch) | |
tree | 553eb85dda1c08d57c167033a9ff8b8ac1bd7302 /chapter05/binutils-pass1-inst.xml | |
parent | 18b65e2b0aa0a063ed09d4f464d8ab4dc2231898 (diff) |
Add sanity checks and some notes on the toolchain testsuites.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2825 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/binutils-pass1-inst.xml')
-rw-r--r-- | chapter05/binutils-pass1-inst.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter05/binutils-pass1-inst.xml b/chapter05/binutils-pass1-inst.xml index 5701e5960..9e02b5f86 100644 --- a/chapter05/binutils-pass1-inst.xml +++ b/chapter05/binutils-pass1-inst.xml @@ -7,6 +7,11 @@ because both Glibc and GCC perform various tests on the available linker and assembler to determine which of their own features to enable.</para> +<note><para>Even though Binutils is an important toolchain package, we are not +going to run the testsuite at this early stage. Firstly, the testsuite +framework is not yet in place and secondly, the programs from this first pass +will soon be overwritten by those installed in the second pass.</para></note> + <para>This package is known to behave badly when you have changed its default optimization flags (including the -march and -mcpu options). Therefore, if you have defined any environment variables that override default |