diff options
Diffstat (limited to 'chapter05/glibc-inst.xml')
-rw-r--r-- | chapter05/glibc-inst.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/glibc-inst.xml b/chapter05/glibc-inst.xml index 61dc8bb83..20897a4de 100644 --- a/chapter05/glibc-inst.xml +++ b/chapter05/glibc-inst.xml @@ -105,11 +105,11 @@ those locales which you need or want. This can be achieved by using the found in the <filename>INSTALL</filename> file in the <filename>glibc-&glibc-version;</filename> tree. However, there are a number of locales that are essential for the tests of future packages -to pass correctly. The following instructions, in place of the -install-locales command above, will install the minimum set of locales -necessary for the tests to run successfully:</para> +to pass correctly, in particular, the libstdc++ tests from GCC. The following +instructions, in place of the install-locales command above, will install +the minimum set of locales necessary for the tests to run successfully:</para> -<para><screen><userinput>mkdir -p /stage1/lib/locale +<para><screen><userinput>mkdir -p /tools/lib/locale localedef -i de_DE -f ISO-8859-1 de_DE localedef -i de_DE@euro -f ISO-8859-15 de_DE@euro localedef -i en_HK -f ISO-8859-1 en_HK |