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 19e693415..3014adcda 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -64,6 +64,11 @@ 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 94d69b021..4dc69b9a7 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -90,11 +90,6 @@ sed -i "s|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=$DL -o|" \ scripts/test-installation.pl unset DL</userinput></screen> - <para>First apply a patch which corrects a failure in the test suite:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&glibc-ildoubl-test-fix-patch;</userinput></screen> - - <para>The <command>ldd</command> shell script contains Bash-specific syntax. Change its default program interpreter to <command>/bin/bash</command> in case another <command>/bin/sh</command> is installed as described in the |