From 7f1cd32118f1f4625f9048d7bd32873ecbc4322b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 7 Feb 2016 22:41:09 +0100 Subject: uclibc-ng: simplify config, only use uclibc-ng.config as git master is now 1.0 config --- target/lm32/uclibc-ng.config | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'target/lm32/uclibc-ng.config') diff --git a/target/lm32/uclibc-ng.config b/target/lm32/uclibc-ng.config index 147977d00..837891054 100644 --- a/target/lm32/uclibc-ng.config +++ b/target/lm32/uclibc-ng.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# uClibc-ng 1.0.0-git C Library Configuration +# uClibc-ng 1.0.10 C Library Configuration # # TARGET_alpha is not set # TARGET_arc is not set @@ -9,11 +9,8 @@ # TARGET_bfin is not set # TARGET_c6x is not set # TARGET_cris is not set -# TARGET_frv is not set # TARGET_h8300 is not set -# TARGET_hppa is not set # TARGET_i386 is not set -# TARGET_i960 is not set # TARGET_ia64 is not set TARGET_lm32=y # TARGET_m68k is not set @@ -25,7 +22,6 @@ TARGET_lm32=y # TARGET_powerpc is not set # TARGET_sh is not set # TARGET_sparc is not set -# TARGET_v850 is not set # TARGET_x86_64 is not set # TARGET_xtensa is not set @@ -38,9 +34,8 @@ TARGET_SUBARCH="" UCLIBC_FORMAT_FLAT=y # UCLIBC_FORMAT_FLAT_SEP_DATA is not set # UCLIBC_FORMAT_SHARED_FLAT is not set +ARCH_HAS_DEPRECATED_SYSCALLS=y ARCH_BIG_ENDIAN=y -# ARCH_WANTS_BIG_ENDIAN is not set -# ARCH_WANTS_LITTLE_ENDIAN is not set # # Using Big Endian @@ -51,8 +46,7 @@ ARCH_HAS_NO_MMU=y # Target CPU lacks a memory management unit (MMU) # UCLIBC_HAS_FLOATS=y -# UCLIBC_HAS_FPU is not set -UCLIBC_HAS_SOFT_FLOAT=y +UCLIBC_HAS_FPU=y DO_C99_MATH=y # DO_XSI_MATH is not set # UCLIBC_HAS_FENV is not set @@ -68,10 +62,13 @@ ARCH_HAS_NO_SHARED=y ARCH_HAS_NO_LDSO=y UCLIBC_CTOR_DTOR=y HAS_NO_THREADS=y -# UCLIBC_HAS_LINUXTHREADS is not set -# UCLIBC_HAS_THREADS_NATIVE is not set +# LINUXTHREADS_OLD is not set +# LINUXTHREADS_NEW is not set UCLIBC_HAS_SYSLOG=y UCLIBC_HAS_LFS=y +MALLOC=y +# MALLOC_SIMPLE is not set +MALLOC_GLIBC_COMPAT=y UCLIBC_HAS_OBSTACK=y UCLIBC_DYNAMIC_ATEXIT=y COMPAT_ATEXIT=y @@ -123,7 +120,7 @@ UCLIBC_HAS_EPOLL=y UCLIBC_HAS_XATTR=y # UCLIBC_HAS_PROFILING is not set UCLIBC_HAS_CRYPT_IMPL=y -# UCLIBC_HAS_SHA256_CRYPT_IMPL is not set +UCLIBC_HAS_SHA256_CRYPT_IMPL=y # UCLIBC_HAS_SHA512_CRYPT_IMPL is not set UCLIBC_HAS_CRYPT=y UCLIBC_HAS_NETWORK_SUPPORT=y @@ -180,12 +177,15 @@ UCLIBC_HAS_SIGNUM_MESSAGES=y UCLIBC_HAS_GNU_GETOPT=y UCLIBC_HAS_GETOPT_LONG=y UCLIBC_HAS_GNU_GETSUBOPT=y +UCLIBC_HAS_ARGP=y # # Big and Tall # UCLIBC_HAS_REGEX=y +# UCLIBC_HAS_REGEX_OLD is not set UCLIBC_HAS_FNMATCH=y +# UCLIBC_HAS_FNMATCH_OLD is not set UCLIBC_HAS_WORDEXP=y UCLIBC_HAS_NFTW=y UCLIBC_HAS_FTW=y -- cgit v1.2.3