diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-28 19:43:00 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-28 19:43:00 +0000 |
commit | 20b08cc320fdfdee2889d49fa64d1d5af83c21e4 (patch) | |
tree | aa0ba0aa60488a974c81619fad10c642fa34f10d | |
parent | b4ff064a6988a94ad7c00b5cf8b4021363378358 (diff) |
it's gcc not binutils
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1929 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/gcc-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml index 36f4dd736..47c075180 100644 --- a/chapter06/gcc-inst.xml +++ b/chapter06/gcc-inst.xml @@ -5,7 +5,7 @@ default optimization flags (including the -march and -mcpu options). GCC is best left alone. 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 binutils. You have +recommend unsetting or modifying them when building Gcc. You have been warned.</para> <para>Install GCC by running the following commands. These commands will build |