diff options
author | Florian Weimer <fweimer@redhat.com> | 2022-03-17 10:49:07 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2022-03-17 10:50:26 +0100 |
commit | e297d33c73aa22c86228170343c7b2f9bfac6f1e (patch) | |
tree | 08642c30f2dadb61d2c22d38d7d4c88d53dea51b | |
parent | 46c75c9aa29ae68400fb205379168e9b10df80f5 (diff) | |
download | glibc-e297d33c73aa22c86228170343c7b2f9bfac6f1e.zip glibc-e297d33c73aa22c86228170343c7b2f9bfac6f1e.tar.gz glibc-e297d33c73aa22c86228170343c7b2f9bfac6f1e.tar.bz2 |
stdio-common: Generate ja_JP.EUC-JP locale
It is needed by tst-swprintf.
-rw-r--r-- | stdio-common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 4a4aa80..435cd89 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -250,6 +250,7 @@ LOCALES := \ de_DE.ISO-8859-1 \ de_DE.UTF-8 \ en_US.ISO-8859-1 \ + ja_JP.EUC-JP \ ps_AF.UTF-8 \ # LOCALES include ../gen-locales.mk |