From 2e02c35ad71fcbd0b932edf49eb9a8d5e49179b1 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Fri, 9 Sep 2005 20:34:44 +0000 Subject: Upgrade to gcc-4.0.1 (merge of gcc4 branch) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6819 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/glibc.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'chapter05/glibc.xml') 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 patch -Np1 -i ../&glibc-testfix-patch; +Apply the following patches to enable Glibc to compile with +GCC-&gcc-version;: + + +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; + The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory: -- cgit v1.2.3-54-g00ecf