diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index f9481cf73..a7ad06fe7 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -45,12 +45,7 @@ <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>Fix a bug that prevents Glibc from building with versions of Make - newer than 3.81.</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&glibc-makefile_fix-patch;</userinput></screen> + <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> |