diff options
Diffstat (limited to 'chapter06')
-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 b747c97ce..0c7a9a216 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -61,6 +61,13 @@ Ask your system administrator to create more.</computeroutput></screen> <screen><userinput remap="pre">patch -Np1 -i ../&binutils-configure-patch;</userinput></screen> + <para>Suppress the installation of an outdated + <filename>standards.info</filename> file as a newer one is installed later + on in the Autoconf instructions:</para> + +<screen><userinput remap="pre">rm -fv etc/standards.info +sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in</userinput></screen> + <para>The Binutils documentation recommends building Binutils outside of the source directory in a dedicated build directory:</para> |