diff options
author | lancethepants <lancethepants@gmail.com> | 2020-10-08 13:50:43 -0600 |
---|---|---|
committer | lancethepants <lancethepants@gmail.com> | 2020-10-15 13:59:04 -0600 |
commit | bc5798a8ea53368860f14134b28935b15536af1d (patch) | |
tree | 2883992cfb3e4e6f75e90d9e0ab8cba5935a796c /scripts/build/libc | |
parent | 99ce9d38611d959076c7927ba3da428a28a54f76 (diff) | |
download | crosstool-ng-bc5798a8ea53368860f14134b28935b15536af1d.tar.gz crosstool-ng-bc5798a8ea53368860f14134b28935b15536af1d.tar.bz2 crosstool-ng-bc5798a8ea53368860f14134b28935b15536af1d.zip |
Don't remove XLOCALE support unconditionally.
Signed-off-by: Lance Fredrickson <lancethepants@gmail.com>
Diffstat (limited to 'scripts/build/libc')
-rw-r--r-- | scripts/build/libc/uClibc.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/build/libc/uClibc.sh b/scripts/build/libc/uClibc.sh index 5c04b328..43285426 100644 --- a/scripts/build/libc/uClibc.sh +++ b/scripts/build/libc/uClibc.sh @@ -303,7 +303,6 @@ manage_uClibc_config() CT_KconfigEnableOption "UCLIBC_HAS_LOCALE" "${dst}" CT_KconfigDeleteOption "UCLIBC_PREGENERATED_LOCALE_DATA" "${dst}" CT_KconfigDeleteOption "UCLIBC_DOWNLOAD_PREGENERATED_LOCALE_DATA" "${dst}" - CT_KconfigDeleteOption "UCLIBC_HAS_XLOCALE" "${dst}" fi # WCHAR support |