diff options
author | Stefan Liebler <stli@linux.vnet.ibm.com> | 2014-06-20 07:44:42 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2014-06-20 07:44:42 +0530 |
commit | d8c2869d4450d54935c3410ad3093d51b5d85f79 (patch) | |
tree | c23fe26c25372b580ff14e60f7fd61f90031435e /localedata | |
parent | c8daec5c7cd19378112391d2394e6d6344e156dc (diff) | |
download | glibc-d8c2869d4450d54935c3410ad3093d51b5d85f79.tar.gz glibc-d8c2869d4450d54935c3410ad3093d51b5d85f79.tar.xz glibc-d8c2869d4450d54935c3410ad3093d51b5d85f79.zip |
Generate en_GB.UTF-8 during testing
This patch generates en_GB.UTF-8, which is used in tst-strcoll-overflow. This solves the issue of failing xtests on s390/s390x.
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/Makefile b/localedata/Makefile index 023f443206..e8fe10fbdc 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -105,7 +105,7 @@ LOCALES := de_DE.ISO-8859-1 de_DE.UTF-8 en_US.ANSI_X3.4-1968 \ 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 \ - tr_TR.ISO-8859-9 + tr_TR.ISO-8859-9 en_GB.UTF-8 LOCALE_SRCS := $(shell echo "$(LOCALES)"|sed 's/\([^ .]*\)[^ ]*/\1/g') CHARMAPS := $(shell echo "$(LOCALES)" | \ sed -e 's/[^ .]*[.]\([^ ]*\)/\1/g' -e s/SJIS/SHIFT_JIS/g) |