diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-01 17:21:09 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-01 17:21:09 +0000 |
commit | 689a79b113cbd0307ec3486d248df9b627dbfbab (patch) | |
tree | 6ce1bd42eee9fa6caacdef32f202e785ef2e6e0e /chapter05 | |
parent | 615eb7a99f657986d25d930ea8648235dd337ff5 (diff) |
added better notes regarding needed patches (gcc note was missing as well as kbd, findutils was present but updated)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1861 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/gcc-inst.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter05/gcc-inst.xml b/chapter05/gcc-inst.xml index 3b52c7dc5..c79a98ee4 100644 --- a/chapter05/gcc-inst.xml +++ b/chapter05/gcc-inst.xml @@ -1,6 +1,10 @@ <sect2> <title>Installation of GCC</title> +<para>This package requires its patch to be applied before you can +install it. Make sure it's unpacked before running the installation +commands.</para> + <para>This package is known to behave badly when you have changed its default optimization flags (including the -march and -mcpu options). GCC is best left alone. Therefore, if you have defined any environment variables |