diff options
Diffstat (limited to 'chapter06/binutils.xml')
-rw-r--r-- | chapter06/binutils.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index 2dc90cb84..8a35d49a3 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -49,6 +49,13 @@ Therefore, if you have defined any environment variables that override default optimizations, such as CFLAGS and CXXFLAGS, we recommend un-setting or modifying them when building Binutils.</para> +<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>The Binutils documentation recommends building Binutils outside of the source directory in a dedicated build directory:</para> |