diff options
-rw-r--r-- | temporary-bootstrap-builder-setup.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/temporary-bootstrap-builder-setup.txt b/temporary-bootstrap-builder-setup.txt index cdd6db2..5ea85b3 100644 --- a/temporary-bootstrap-builder-setup.txt +++ b/temporary-bootstrap-builder-setup.txt @@ -272,3 +272,13 @@ Build EGLIBC's localedef and install locales. $ CPPFLAGS=-DNOT_IN_libc ../eglibc-2.14/localedef/configure > --prefix=${BBL}/usr --with-glibc=../eglibc-2.14/libc $ make + $ make SUPPORTED-LOCALES='\ + > de_DE.UTF-8/UTF-8 de_DE/ISO-8859-1 de_DE@euro/ISO-8859-15 \ + > en_HK.UTF-8/UTF-8 en_HK/ISO-8859-1 \ + > en_PH.UTF-8/UTF-8 en_PH/ISO-8859-1 \ + > en_US.UTF-8/UTF-8 en_US/ISO-8859-1 \ + > es_MX.UTF-8/UTF-8 es_MX/ISO-8859-1 \ + > fa_IR/UTF-8 \ + > fr_FR.UTF-8/UTF-8 fr_FR/ISO-8859-1 fr_FR@euro/ISO-8859-15 \ + > it_IT.UTF-8/UTF-8 it_IT/ISO-8859-1 \ + > ja_JP.EUC-JP/EUC-JP ja_JP.UTF-8/UTF-8' install-locales |