diff options
author | Alexey Neyman <stilor@att.net> | 2017-07-03 17:45:37 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-07-08 10:57:56 -0700 |
commit | 50a387afa7abd24255ef865dada5d324265e1250 (patch) | |
tree | 746cf902e56a876eb2053b0836c71b5b665ae1bf /config/libc | |
parent | 16a56ed75b489186ae49a8c62945ca914e263477 (diff) | |
download | crosstool-ng-50a387afa7abd24255ef865dada5d324265e1250.tar.gz crosstool-ng-50a387afa7abd24255ef865dada5d324265e1250.tar.bz2 crosstool-ng-50a387afa7abd24255ef865dada5d324265e1250.zip |
Remove support for pregenerated locales in uClibc
It fails to compile with the only locale version available (030818)
(on master too, with exactly the same error).
uClibc-ng does not use pregenerated locales.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/libc')
-rw-r--r-- | config/libc/uClibc.in.2 | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/config/libc/uClibc.in.2 b/config/libc/uClibc.in.2 index 0883959f..2ff0d150 100644 --- a/config/libc/uClibc.in.2 +++ b/config/libc/uClibc.in.2 @@ -47,23 +47,6 @@ config LIBC_UCLIBC_LOCALES Note that seems to be broken on recent uClibc releases. -config LIBC_UCLIBC_LOCALES_PREGEN_DATA - bool - prompt "Use pregen locales" - depends on LIBC_UCLIBC_LOCALES - depends on ! LIBC_UCLIBC_NG - default y - help - If you see issues with using pre-generated locales data, - you can try switching this off. - - If so, please report the issue, so we can default this - to off if too many people complain. - -if LIBC_UCLIBC_LOCALES_PREGEN_DATA -source "config/versions/uClibc-locale.in" -endif - config LIBC_UCLIBC_IPV6 bool prompt "Add support for IPv6" |