diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/binutils.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index f5ff0d27f..0b044b108 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -69,6 +69,10 @@ sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in</userinput></screen> <screen><userinput remap="pre">sed -i "/exception_defines.h/d" ld/testsuite/ld-elf/new.cc sed -i "s/-fvtable-gc //" ld/testsuite/ld-selective/selective.exp</userinput></screen> + <para>Apply a patch to prevent a build failure when using compiler optimizations:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&binutils-build-patch;</userinput></screen> + <para>The Binutils documentation recommends building Binutils outside of the source directory in a dedicated build directory:</para> |