Build en_US.UTF-8 locale for testing.

This commit is contained in:
Joseph Myers 2012-11-01 00:22:04 +00:00
parent cbc818d0ee
commit 62c4a69dc2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-10-31 Joseph Myers <joseph@codesourcery.com>
* Makefile [$(run-built-tests) = yes] (LOCALES): Add en_US.UTF-8.
2012-10-23 Joseph Myers <joseph@codesourcery.com>
* Makefile [$(cross-compiling) = no]: Change condition to

View File

@ -116,7 +116,7 @@ CFLAGS-tst-trans.c = -Wno-format
ifeq ($(run-built-tests),yes)
# We have to generate locales
LOCALES := de_DE.ISO-8859-1 de_DE.UTF-8 en_US.ANSI_X3.4-1968 \
en_US.ISO-8859-1 ja_JP.EUC-JP da_DK.ISO-8859-1 \
en_US.ISO-8859-1 en_US.UTF-8 ja_JP.EUC-JP da_DK.ISO-8859-1 \
hr_HR.ISO-8859-2 sv_SE.ISO-8859-1 ja_JP.SJIS fr_FR.ISO-8859-1 \
nb_NO.ISO-8859-1 nn_NO.ISO-8859-1 tr_TR.UTF-8 cs_CZ.UTF-8 \
zh_TW.EUC-TW fa_IR.UTF-8 fr_FR.UTF-8 ja_JP.UTF-8 si_LK.UTF-8 \