diff options
Diffstat (limited to 'chapter04/settingenviron.xml')
-rw-r--r-- | chapter04/settingenviron.xml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/chapter04/settingenviron.xml b/chapter04/settingenviron.xml index 485269e3b..02cd717d4 100644 --- a/chapter04/settingenviron.xml +++ b/chapter04/settingenviron.xml @@ -70,12 +70,9 @@ EOF</userinput></screen> <para>The <envar>LC_ALL</envar> variable controls the localization of certain programs, making their messages follow the conventions of a specified country. - If the host system uses a version of Glibc older than 2.2.4, having - <envar>LC_ALL</envar> set to something other than <quote>POSIX</quote> or - <quote>C</quote> (during this chapter) may cause issues if you exit the chroot - environment and wish to return later. Setting <envar>LC_ALL</envar> to - <quote>POSIX</quote> or <quote>C</quote> (the two are equivalent) ensures that - everything will work as expected in the chroot environment.</para> + Setting <envar>LC_ALL</envar> to <quote>POSIX</quote> or <quote>C</quote> + (the two are equivalent) ensures that everything will work as expected in + the chroot environment.</para> <para>The <envar>LFS_TGT</envar> variable sets a non-default, but compatible machine description for use when building our cross compiler and linker and when cross |