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 /chapter01 | |
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 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 3a7b6ab90..044989575 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,18 @@ --> <listitem> + <para>2007-03-14</para> + <itemizedlist> + <listitem> + <para>[dnicholson] - Force the host's linker to be used throughout + Binutils-Pass1 and GCC-Pass1. This makes the build more robust since + the host's compiler may not be compatible with the linker installed + in Binutils-Pass1, such as on newer Fedora hosts.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2007-03-04</para> <itemizedlist> <listitem> |