diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-08-20 04:41:48 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-08-20 04:41:48 +0000 |
commit | 16471f853954bf2fa66f43545084961f38ed4a01 (patch) | |
tree | bee0f9e2125b71732588ed4873ef14a334849d79 /chapter05/binutils-pass1.xml | |
parent | 62b2fca93858bfda943868e8706d1443ffef9121 (diff) |
Reworded the notes in the General Compilation Instructions
and added a note to bin-utils to have users actually
read the General Compilation Instructions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9053 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/binutils-pass1.xml')
-rw-r--r-- | chapter05/binutils-pass1.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml index 3ab5a3c03..f470e58c4 100644 --- a/chapter05/binutils-pass1.xml +++ b/chapter05/binutils-pass1.xml @@ -43,6 +43,10 @@ <sect2 role="installation"> <title>Installation of Cross Binutils</title> + <note><para>Go back and re-read the notes in the previous section. + Understanding the notes lablelled important will save you a lot + of problems later.</para></note> + <para>It is important that Binutils be the first package compiled because both Glibc and GCC perform various tests on the available linker and assembler to determine which of their own features to |