Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-01-18 05:41:37 +0300
committerMike Frysinger <vapier@gentoo.org>2022-01-19 03:34:31 +0300
commit84ff8d9477fa9d2a9770c5c812df0ba7ab282711 (patch)
treeb5663afdbd1eadfff703ee6a91e08351a54a35f6 /newlib/libc/iconv/ces
parent7113ecbe798da958dd6e47378ce831555b81ffc6 (diff)
newlib: iconv: sort ccsbi.c contents
The current output doesn't happen to match what is produced on my system, so force _iconv_ccs to be sorted like is already done in the ccsbi.h header.
Diffstat (limited to 'newlib/libc/iconv/ces')
-rwxr-xr-xnewlib/libc/iconv/ces/mkdeps.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/iconv/ces/mkdeps.pl b/newlib/libc/iconv/ces/mkdeps.pl
index 68f090b0e..4e648694a 100755
--- a/newlib/libc/iconv/ces/mkdeps.pl
+++ b/newlib/libc/iconv/ces/mkdeps.pl
@@ -328,7 +328,7 @@ sub process_section_encodings($)
generate_cesbi_c (\%cesenc);
# Generate ccsbi.c file
- my @ccs = keys %ccsenc;
+ my @ccs = sort keys %ccsenc;
generate_ccsbi_c (\@ccs);
# Generate ccsnames.h header file