diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/binutils.xml | 5 | ||||
-rw-r--r-- | chapter06/glibc.xml | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index 3014adcda..19e693415 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -64,11 +64,6 @@ Ask your system administrator to create more.</computeroutput></screen> <screen><userinput remap="pre">rm -fv etc/standards.info sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in</userinput></screen> - <para>Fix an issue that causes one of the tests to fail to compile against - Glibc-&glibc-version;:</para> - -<screen><userinput remap="pre">sed -i -e 's/getline/get_line/' libiberty/testsuite/test-demangle.c</userinput></screen> - <para>The Binutils documentation recommends building Binutils outside of the source directory in a dedicated build directory:</para> diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 726b2a167..128e86ee0 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -101,6 +101,11 @@ unset DL</userinput></screen> <screen><userinput remap="pre">sed -i 's|@BASH@|/bin/bash|' elf/ldd.bash.in</userinput></screen> + <para>Apply a patch so that Glibc will build against + Binutils-&binutils-version;:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&glibc-binutils-patch;</userinput></screen> + <para>Fix an error in one of the make check routines. Note that the escaped newline in the second <command>sed</command> is required:</para> |