diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-12 03:29:23 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-12 03:29:23 +0000 |
commit | bf2d7c125f0742a5b798b29a2a574c3346fb5c26 (patch) | |
tree | 383a8765f7c5e33c848807d3621ab3eaff66cb4b /chapter05 | |
parent | 0aae623795f5042855eb18a7c846ad4a728bdee1 (diff) |
added --enable-threads=posix to complete the C++ addition
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2580 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/gcc-pass2-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gcc-pass2-inst.xml b/chapter05/gcc-pass2-inst.xml index c2d1ab9ae..fabd82749 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;-specs-3.patch +<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-specs-version;.patch patch -Np1 -i ../gcc-&gcc-version;-mmap_test.patch patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes.patch</userinput></screen></para> |