diff options
author | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-02-24 04:38:29 +0000 |
---|---|---|
committer | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-02-24 04:38:29 +0000 |
commit | bf610ba45c79e7ff4c2a74a13ba1fbbf40ea2e18 (patch) | |
tree | 36258569c4985045dfd92a948771b7b1253e2a07 | |
parent | 651719a7cf4f11bebcaad55eb9144fbf53adbd23 (diff) |
Removed text for editing the adjusted specs by hand
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7932 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 12 | ||||
-rw-r--r-- | chapter05/adjusting.xml | 9 |
2 files changed, 15 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index bf812f63e..77e8515e4 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,18 @@ --> <listitem> + <para>2007-02-23</para> + <itemizedlist> + <listitem> + <para>[dnicholson] - Removed the text suggesting that you can edit + the specs file by hand in the toolchain adjustment since it's only + generated if you run the previous commands. Reported by Chris + Staub.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2007-02-20</para> <itemizedlist> <listitem> diff --git a/chapter05/adjusting.xml b/chapter05/adjusting.xml index 85da55cae..144719698 100644 --- a/chapter05/adjusting.xml +++ b/chapter05/adjusting.xml @@ -39,12 +39,9 @@ ln -sv /tools/bin/ld /tools/$(gcc -dumpmachine)/bin/ld</userinput></screen> > `dirname $(gcc -print-libgcc-file-name)`/specs</userinput></screen> <para>It is recommended that the above command be copy-and-pasted in order to - ensure accuracy. Alternatively, the specs file can be edited by hand. This is - done by replacing every occurrence of <quote>/lib/ld-linux.so.2</quote> with - <quote>/tools/lib/ld-linux.so.2</quote></para> - - <para>Be sure to visually inspect the specs file in order to verify the - intended changes have been made.</para> + ensure accuracy. Be sure to visually inspect the specs file in order to + verify that all occurrences of <quote>/lib/ld-linux.so.2</quote> have been + replaced with <quote>/tools/lib/ld-linux.so.2</quote>.</para> <important> <para>If working on a platform where the name of the dynamic linker is |