From 49168420d4a3d3e6b8050db9239724c774c2058a Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Tue, 20 Apr 2010 20:08:12 +0000 Subject: Upgrade to GCC-4.5.0, including the addition of its new dependency, MPC. Fixes #2636. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9254 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bison.xml | 5 +++++ chapter06/chapter06.xml | 1 + chapter06/glibc.xml | 4 ++++ 3 files changed, 10 insertions(+) (limited to 'chapter06') diff --git a/chapter06/bison.xml b/chapter06/bison.xml index def441043..238d4174f 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -40,6 +40,11 @@ Installation of Bison + Fix an issue with the testsuite, which doesn't correctly handle + certain output from GCC-&gcc-version;: + +patch -Np1 -i ../&bison-gcc-patch; + Prepare Bison for compilation: ./configure --prefix=/usr diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 7b34fca68..c30f82bb0 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -25,6 +25,7 @@ + diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index a5c6716c8..31a95168c 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -92,6 +92,10 @@ unset DL sed -i 's|@BASH@|/bin/bash|' elf/ldd.bash.in + Fix a bug that prevents Glibc from building with GCC-&gcc-version;: + +patch -Np1 -i ../&glibc-gcc_fix-patch; + The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory: -- cgit v1.2.3-54-g00ecf