diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 1a95b0935..18670c38b 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -55,6 +55,9 @@ <para>The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory:</para> + <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> + <screen><userinput remap="pre">mkdir -v ../glibc-build cd ../glibc-build</userinput></screen> |