diff options
Diffstat (limited to 'chapter05/glibc.xml')
-rw-r--r-- | chapter05/glibc.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 068fef71a..f0119bbaf 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -45,6 +45,15 @@ The problem has been determined to be with the tests themselves, not with the C <screen><userinput>patch -Np1 -i ../&glibc-testfix-patch;</userinput></screen> +<para>Apply the following patches to enable Glibc to compile with +GCC-&gcc-version;:</para> + + +<screen><userinput>patch -Np1 -i ../&glibc-gcc4_symbols-patch; +patch -Np1 -i ../&glibc-gcc4_string-patch; +patch -Np1 -i ../&glibc-gcc4_elf-patch; +patch -Np1 -i ../&glibc-gcc4_iconvdata-patch;</userinput></screen> + <para>The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory:</para> |