diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-12-01 07:10:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-12-01 07:10:53 +0000 |
commit | f67125e3c74313d43932fa511cdc2312fdeee8a2 (patch) | |
tree | a050f9605e9205d66212a0888237fd3f43bbf677 /iconvdata/Makefile | |
parent | c3317d1e8bad70cd91bfa6b5d215affae1794a4c (diff) | |
download | glibc-f67125e3c74313d43932fa511cdc2312fdeee8a2.tar.gz glibc-f67125e3c74313d43932fa511cdc2312fdeee8a2.tar.xz glibc-f67125e3c74313d43932fa511cdc2312fdeee8a2.zip |
Update.
2001-11-30 Ulrich Drepper <drepper@redhat.com> * iconvdata/Makefile (modules): Add ARMSCII-8. * iconvdata/gconv-modules: Add entries for ARMSCII-8. * iconvdata/armscii-8.c: New file. * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
Diffstat (limited to 'iconvdata/Makefile')
-rw-r--r-- | iconvdata/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/Makefile b/iconvdata/Makefile index 2070391af8..6f6efad093 100644 --- a/iconvdata/Makefile +++ b/iconvdata/Makefile @@ -49,7 +49,7 @@ modules := ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-5 \ SAMI-WS2 ISO-IR-197 TIS-620 KOI8-U GBK ISIRI-3342 GBGBK \ ISO-2022-CN libISOIR165 UTF-16 UNICODE UTF-32 UTF-7 BIG5HKSCS \ GB18030 ISO-2022-CN-EXT VISCII GBBIG5 CP10007 KOI8-T \ - GEORGIAN-PS GEORGIAN-ACADEMY ISO-IR-209 MAC-SAMI + GEORGIAN-PS GEORGIAN-ACADEMY ISO-IR-209 MAC-SAMI ARMSCII-8 modules.so := $(addsuffix .so, $(modules)) |