diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-09-24 22:07:47 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-09-24 22:07:47 +0000 |
commit | 6055173a0f2733ea4fc2825afd295156143fca79 (patch) | |
tree | 11dac563ce23c6e0e95d2146dfaef2a1a7faa459 /NEWS | |
parent | 39bf0bb44c07ab2cae5b813fc7c196abfdf411b3 (diff) | |
download | glibc-6055173a0f2733ea4fc2825afd295156143fca79.tar.gz glibc-6055173a0f2733ea4fc2825afd295156143fca79.tar.xz glibc-6055173a0f2733ea4fc2825afd295156143fca79.zip |
Add localedef --big-endian and --little-endian options.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS index 8753077bfe..7f193a40aa 100644 --- a/NEWS +++ b/NEWS @@ -48,6 +48,10 @@ Version 2.19 * ISO 1427 definitions were updated. +* The localedef utility now supports --big-endian and --little-endian + command-line options to generate locales for a different system from that + for which the C library was built. + * The configure option --disable-versioning has been removed. Builds with --disable-versioning had not worked for several years. |