diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-28 21:08:29 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-28 21:08:29 +0000 |
commit | 2c094d60db777dce20fd4eccf4996299c2a0dfe0 (patch) | |
tree | 6059aa8ca1a67a6e974f8802b9af66a7330272a4 /chapter06/glibc-inst.xml | |
parent | f5cc1c171ba0c9aece1fe1046ce4dbaed8850e9f (diff) |
Applied Bill Maltby's grammar patch. Changed $LFS to LFS where appropriate. Internal XML cleanup: removed double spacing where appropriate.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2138 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc-inst.xml')
-rw-r--r-- | chapter06/glibc-inst.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index d122aba01..7b512cd60 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -12,9 +12,9 @@ would do.</para> <para>This package is known to behave badly when you have changed its default optimization flags (including the -march and -mcpu options). Glibc -is best left alone. Therefore, if you have defined any environment variables +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 Glibc. 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 @@ -40,8 +40,8 @@ exec /static/bin/bash --login</userinput></screen></para> <para>An alternative to running <userinput>make localedata/install-locales</userinput> is to only install those locales -which you need or want. This can be achieved using the localedef -command. Information on this can be found in the INSTALL +which you need or want. This can be achieved using the localedef +command. Information on this can be found in the INSTALL file in the glibc-&glibc-version; tree. One thing to note is that the <userinput>localedef</userinput> program assumes that the <filename class="directory">/usr/lib/locale</filename> directory exists, so you need @@ -49,7 +49,7 @@ to create it first.</para> <para>The Linux Threads man pages are not going to be installed at this point because it requires a working Perl installation. We'll install Perl -later on in this chapter so we'll come back to the Linux Threads man page +later on in this chapter, so we'll come back to the Linux Threads man page installation after that.</para> <para>During the configure stage you will see the following warning:</para> |