summaryrefslogtreecommitdiff
path: root/config/libc
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-07-04 00:45:37 (GMT)
committerAlexey Neyman <stilor@att.net>2017-07-08 17:57:56 (GMT)
commit50a387afa7abd24255ef865dada5d324265e1250 (patch)
tree746cf902e56a876eb2053b0836c71b5b665ae1bf /config/libc
parent16a56ed75b489186ae49a8c62945ca914e263477 (diff)
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.217
1 files changed, 0 insertions, 17 deletions
diff --git a/config/libc/uClibc.in.2 b/config/libc/uClibc.in.2
index 0883959..2ff0d15 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"