diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-08-30 02:33:08 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-08-30 02:33:08 +0000 |
commit | 40b88c2601f0396b80f18e2d28d6031c5a96f35d (patch) | |
tree | f1736eaa6d7759048d0fbfc9df4fcc410a811ff7 /chapter05/gcc-pass1-inst.xml | |
parent | 327e4a3bf140d58c36a2378550703dbbd7c91e63 (diff) |
Updated GCC to 3.3.1 with Zack's mini-hint
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2700 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass1-inst.xml')
-rw-r--r-- | chapter05/gcc-pass1-inst.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chapter05/gcc-pass1-inst.xml b/chapter05/gcc-pass1-inst.xml index d7f98aa0a..737cfba96 100644 --- a/chapter05/gcc-pass1-inst.xml +++ b/chapter05/gcc-pass1-inst.xml @@ -12,9 +12,6 @@ Therefore, if you have defined any environment variables that override default optimizations, such as CFLAGS and CXXFLAGS, we recommend unsetting or modifying them when building GCC.</para> -<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-mmap_test.patch -patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes.patch</userinput></screen></para> - <para>It is recommended by the GCC installation documentation to build GCC outside of the source directory in a dedicated directory:</para> |