diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 3d106a5cc..1c0609eaa 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -100,6 +100,9 @@ unset DL</userinput></screen> <screen><userinput remap="pre">sed -i 's|@BASH@|/bin/bash|' elf/ldd.bash.in</userinput></screen> + <para>Fix a bug that prevents Glibc from building with GCC-&gcc-version;:</para> +<screen><userinput remap="pre">patch -Np1 -i ../&glibc-gcc_fix-patch;</userinput></screen> + <para>The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory:</para> |