diff options
Diffstat (limited to 'chapter05/binutils-pass2.xml')
-rw-r--r-- | chapter05/binutils-pass2.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml index b09b9fae6..52c48cf8d 100644 --- a/chapter05/binutils-pass2.xml +++ b/chapter05/binutils-pass2.xml @@ -24,6 +24,13 @@ <sect2 role="installation"> <title>Re-installation of Binutils</title> +<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.patc +h</userinput></screen> + <para>Create a separate build directory again:</para> <screen><userinput>mkdir ../binutils-build |