diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-01-15 00:17:04 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-01-15 00:17:04 +0000 |
commit | d8fd804890d55908d65ae98b13ccf4ac85db95a4 (patch) | |
tree | 5c0e5b4d1355d45ff9a6d12155a95ad6b48e9938 /chapter06 | |
parent | 420aa7ab59731a96a5be110025ffd661697e5ba3 (diff) |
fauls->faults
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1431 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index 2862e8ac1..094676311 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -11,7 +11,7 @@ optimization flags (including the -march and -mcpu options). Glibc is best left alone, so we recommend you unsetting CFLAGS, CXXFLAGS and other such variables/settings that would change the default optimization that it comes with. Also, don't pass the --enable-kernel option to the configure -script. It's known to cause segmentation fauls when other packages like +script. It's known to cause segmentation faults when other packages like fileutils, make and tar are linked against it.</para> <para>Basically, compiling Glibc in any way than this book suggests it, is |