diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-27 21:07:14 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-27 21:07:46 +0200 |
commit | b38ddb748be02e1a8d340520c50819f15a78a30c (patch) | |
tree | e36bb3e296f885bdc47248935e1a847a5fd0d750 /target/x86_64 | |
parent | 120fa5a3bfee8bdbdf2441cdd1b5aff0e4513db4 (diff) |
add ltp package, add more uClibc options to have a wider test range
Diffstat (limited to 'target/x86_64')
-rw-r--r-- | target/x86_64/uclibc.config | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/x86_64/uclibc.config b/target/x86_64/uclibc.config index cecc2fb3f..e5524807c 100644 --- a/target/x86_64/uclibc.config +++ b/target/x86_64/uclibc.config @@ -52,7 +52,7 @@ ARCH_USE_MMU=y UCLIBC_HAS_FLOATS=y UCLIBC_HAS_FPU=y DO_C99_MATH=y -# DO_XSI_MATH is not set +DO_XSI_MATH=y UCLIBC_HAS_FENV=y UCLIBC_HAS_LONG_DOUBLE_MATH=y KERNEL_HEADERS="" @@ -96,7 +96,7 @@ MALLOC_GLIBC_COMPAT=y UCLIBC_HAS_OBSTACK=y UCLIBC_DYNAMIC_ATEXIT=y COMPAT_ATEXIT=y -# UCLIBC_SUSV2_LEGACY is not set +UCLIBC_SUSV2_LEGACY=y UCLIBC_SUSV3_LEGACY=y # UCLIBC_HAS_CONTEXT_FUNCS is not set # UCLIBC_SUSV3_LEGACY_MACROS is not set @@ -133,14 +133,14 @@ UCLIBC_LINUX_SPECIFIC=y UCLIBC_HAS_GNU_ERROR=y UCLIBC_BSD_SPECIFIC=y UCLIBC_HAS_BSD_ERR=y -# UCLIBC_HAS_OBSOLETE_BSD_SIGNAL is not set +UCLIBC_HAS_OBSOLETE_BSD_SIGNAL=y # UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL is not set # UCLIBC_NTP_LEGACY is not set -# UCLIBC_SV4_DEPRECATED is not set +UCLIBC_SV4_DEPRECATED=y UCLIBC_HAS_REALTIME=y UCLIBC_HAS_ADVANCED_REALTIME=y UCLIBC_HAS_EPOLL=y -# UCLIBC_HAS_XATTR is not set +UCLIBC_HAS_XATTR=y # UCLIBC_HAS_PROFILING is not set UCLIBC_HAS_CRYPT_IMPL=y # UCLIBC_HAS_SHA256_CRYPT_IMPL is not set |