diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-12-26 00:39:40 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-12-26 00:39:40 +0000 |
commit | 3ae155cde6b363e19a934d6e039b5240dd87e89e (patch) | |
tree | 62507dde3112e04267e56b9c7ec4256ab6c4985e /chapter06 | |
parent | 3d36131cff6076a5eceba18ebbfaffab15d5edf6 (diff) |
Upgraded binutils, fixing the strip bug. No changelog here because this is a simultaneous commit to testing/unstable
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4455 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/binutils.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index c8749321c..197b51d3b 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -26,12 +26,6 @@ <screen><userinput>expect -c "spawn ls"</userinput></screen> -<para>The current version of Binutils in use has a bug that causes strip to -remove necessary information from certain library files. This patch fixes -the problem:</para> - -<screen><userinput>patch -Np1 -i ../binutils-&binutils-version;-fix_strip-1.patch</userinput></screen> - <para>Create the build directory:</para> <screen><userinput>mkdir ../binutils-build |