diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-12-15 09:51:57 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-12-15 09:51:57 +0100 |
commit | d3df830c2bcad37871b6a6f2f34d6f0db106670f (patch) | |
tree | 62f8d5ebc6c0bb91d92089652f56f09d7aef5420 | |
parent | 29a9d99b18ff793cf70ce8ebb8d0008f980f728b (diff) | |
download | buildroot-novena-d3df830c2bcad37871b6a6f2f34d6f0db106670f.tar.gz buildroot-novena-d3df830c2bcad37871b6a6f2f34d6f0db106670f.zip |
toolchain/uClibc: 0.9.30.x config: enable arch specific string routines if available
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | toolchain/uClibc/uClibc-0.9.30.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/uClibc/uClibc-0.9.30.config b/toolchain/uClibc/uClibc-0.9.30.config index 30db7fe45..c8efe18ec 100644 --- a/toolchain/uClibc/uClibc-0.9.30.config +++ b/toolchain/uClibc/uClibc-0.9.30.config @@ -135,7 +135,7 @@ UCLIBC_USE_NETLINK=y # String and Stdio Support # # UCLIBC_HAS_STRING_GENERIC_OPT is not set -# UCLIBC_HAS_STRING_ARCH_OPT is not set +UCLIBC_HAS_STRING_ARCH_OPT=y UCLIBC_HAS_CTYPE_TABLES=y UCLIBC_HAS_CTYPE_SIGNED=y # UCLIBC_HAS_CTYPE_UNSAFE is not set |