diff options
author | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-03-14 04:31:35 +0000 |
---|---|---|
committer | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-03-14 04:31:35 +0000 |
commit | acec47884b45309842156a3de7ebaf7b2b7191ef (patch) | |
tree | 5a9f9bc7eb4f8fbca9e14ca7b0b6dfcc186e29af /prologue | |
parent | 49ae4c699178a29c650e4ccc9d81a27f3ba11ff4 (diff) |
Force use of host's linker through *-pass1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7963 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue')
-rw-r--r-- | prologue/hostreqs.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index 6464f4c7a..9be5f38e9 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -56,7 +56,9 @@ </listitem> <listitem> - <para><emphasis role="strong">Gcc-2.95.3</emphasis> (Versions + <!-- Gcc-2.95.3 breaks feature tests when using CC="gcc -B/usr/bin/" + in the *-pass1 sections --> + <para><emphasis role="strong">Gcc-3.0.1</emphasis> (Versions greater than &gcc-version; are not recommended as they have not been tested)</para> </listitem> |