diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-11 15:14:15 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-11 15:14:15 +0000 |
commit | 55c39e0ceb3aec22efdb63c717e1fb97e6c9e2bc (patch) | |
tree | f6887823bd2900b01b717fff9b9e8a99c28cb4ab /chapter05 | |
parent | 26ebe123c1e6967ad551e07ed954a8228625a2fe (diff) |
Added gcc-patch to fix re_max_failure problems
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@785 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/gcc-inst.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter05/gcc-inst.xml b/chapter05/gcc-inst.xml index ea498ca45..d78298cc4 100644 --- a/chapter05/gcc-inst.xml +++ b/chapter05/gcc-inst.xml @@ -7,6 +7,8 @@ Install GCC by running the following commands: <para> <screen> +<userinput>cd $LFS/usr/src/gcc-&gcc-version; &&</userinput> +<userinput>patch -Np1 -i ../gcc-&gcc-version;.patch &&</userinput> <userinput>mkdir $LFS/usr/src/gcc-build &&</userinput> <userinput>cd $LFS/usr/src/gcc-build &&</userinput> <userinput>../gcc-&gcc-version;/configure --prefix=/usr \</userinput> |