diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-06-02 17:48:43 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-06-02 17:48:43 +0000 |
commit | f50aec70464ff15d6aacdae2af48a86f9c12221b (patch) | |
tree | 61a8d3567977c6f87a1378af02d180637038326a /chapter06/glibc-inst.xml | |
parent | 27d919e35e56d538c5ce9359423e5c5f0a858af9 (diff) |
Fixed a typo.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1959 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc-inst.xml')
-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 8f83dcd60..31b7bda77 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -14,7 +14,7 @@ would do.</para> default optimization flags (including the -march and -mcpu options). Glibc 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 Glibc. You have been warned.</para> <para>Also, don't pass the --enable-kernel option to the configure |