aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-02 20:36:04 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-02 20:36:04 +0000
commit8727a64b3cbe663cd0f0f961e49b74907531d288 (patch)
tree38403d2eaadbe551e83d04a09493f1b6550ae231 /chapter05
parentbc82645e958948a6aefd3147a0d7f712de9eaf6b (diff)
package updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2491 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/binutils-pass2-inst.xml2
-rw-r--r--chapter05/gcc-pass2-inst.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/binutils-pass2-inst.xml b/chapter05/binutils-pass2-inst.xml
index 40e2fc894..592c35268 100644
--- a/chapter05/binutils-pass2-inst.xml
+++ b/chapter05/binutils-pass2-inst.xml
@@ -3,7 +3,7 @@
<sect2>
<title>Installation of Binutils</title>
-<para><screen><userinput>patch -Np1 -i ../binutils-&binutils-version;.lib-path.patch
+<para><screen><userinput>patch -Np1 -i ../binutils-&binutils-version;-lib-path.patch
CFLAGS="-O2 -pipe" ../binutils-2.13.2.1/configure --prefix=/stage1 \
&nbsp;&nbsp;&nbsp;&nbsp;--enable-shared --with-lib-path=/stage1/lib
make LDFLAGS="-s"
diff --git a/chapter05/gcc-pass2-inst.xml b/chapter05/gcc-pass2-inst.xml
index ed1522c0c..02ff62703 100644
--- a/chapter05/gcc-pass2-inst.xml
+++ b/chapter05/gcc-pass2-inst.xml
@@ -3,7 +3,7 @@
<sect2>
<title>Installation of GCC</title>
-<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-3.2.3.patch
+<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-specs.patch
patch -Np1 -i ../gcc-&gcc-version;-mmap_test.patch
patch -Np1 -i ../gcc-&gcc-version;-no_fixedincludes.patch
patch -Np1 -i ../gcc-&gcc-version;-libstdc++_no_debug.patch