diff options
author | Alexey Neyman <stilor@att.net> | 2017-07-03 14:49:54 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-07-08 10:57:56 -0700 |
commit | 16a56ed75b489186ae49a8c62945ca914e263477 (patch) | |
tree | 1908a6f9cbc0902c4b34e784a5860bcd9caa4626 /config/libc | |
parent | f63fbd356f4e80b2f597796039eb79a69121fb4d (diff) | |
download | crosstool-ng-16a56ed75b489186ae49a8c62945ca914e263477.tar.gz crosstool-ng-16a56ed75b489186ae49a8c62945ca914e263477.tar.bz2 crosstool-ng-16a56ed75b489186ae49a8c62945ca914e263477.zip |
uClibc locale "package"
Does not build, though.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/libc')
-rw-r--r-- | config/libc/uClibc.in.2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/libc/uClibc.in.2 b/config/libc/uClibc.in.2 index 7bf8f2aa..0883959f 100644 --- a/config/libc/uClibc.in.2 +++ b/config/libc/uClibc.in.2 @@ -60,6 +60,10 @@ config LIBC_UCLIBC_LOCALES_PREGEN_DATA 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" |