From e1060dee73fcf8a30689051730349aac1f6bdd67 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sun, 23 Jul 2006 11:05:22 +0000 Subject: Syncing trunk with 6.2 branch. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7699 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/bash.xml | 5 +++++ chapter05/gcc-pass2.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'chapter05') diff --git a/chapter05/bash.xml b/chapter05/bash.xml index b4c29a99c..87093c89b 100644 --- a/chapter05/bash.xml +++ b/chapter05/bash.xml @@ -37,6 +37,11 @@ Installation of Bash + Upstream developers have fixed several issues since the initial + release of Bash-&bash-version;. Apply those fixes: + +patch -Np1 -i ../&bash-fixes-patch; + Prepare Bash for compilation: ./configure --prefix=/tools --without-bash-malloc diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 451cd5424..7fc0bb49b 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -85,7 +85,7 @@ sed 's/^XCFLAGS =$/& -fomit-frame-pointer/' gcc/Makefile.in.tmp \ > gcc/Makefile.in Apply the following patch to change the location of GCC's default - dynamiclinker (typically ld-linux.so.2): patch -Np1 -i ../&gcc-specs-patch; -- cgit v1.2.3-54-g00ecf