diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-18 07:39:03 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-18 07:39:03 +0100 |
commit | ad7fa8e7f6f555849b39ebd4cd67df13e58983d4 (patch) | |
tree | 0d74ef3b085e67d8ec067a89dc00acc5a765b9c9 /target/sparc | |
parent | 72bd6f29dd5631c396ed2fa580e07526cf17d627 (diff) | |
parent | da133cad10885ca36be26b1b043c737e295a4cd4 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/sparc')
-rw-r--r-- | target/sparc/uclibc.config | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/target/sparc/uclibc.config b/target/sparc/uclibc.config index fcb2775a3..2bd71a141 100644 --- a/target/sparc/uclibc.config +++ b/target/sparc/uclibc.config @@ -1,9 +1,9 @@ # -# Automatically generated make config: don't edit -# Version: 0.9.33.2 -# Fri Sep 21 11:46:52 2012 +# Automatically generated file; DO NOT EDIT. +# uClibc 0.9.34-git C Library Configuration # # TARGET_alpha is not set +# TARGET_arc is not set # TARGET_arm is not set # TARGET_avr32 is not set # TARGET_bfin is not set @@ -17,6 +17,7 @@ # TARGET_i960 is not set # TARGET_ia64 is not set # TARGET_m68k is not set +# TARGET_metag is not set # TARGET_microblaze is not set # TARGET_mips is not set # TARGET_nios is not set @@ -44,6 +45,7 @@ TARGET_SUBARCH="" # # Using ELF file format # +ARCH_HAS_DEPRECATED_SYSCALLS=y ARCH_BIG_ENDIAN=y # @@ -75,11 +77,12 @@ LDSO_BASE_FILENAME="ld.so" # LDSO_PRELINK_SUPPORT is not set # UCLIBC_STATIC_LDCONFIG is not set LDSO_RUNPATH=y +LDSO_SAFE_RUNPATH=y LDSO_SEARCH_INTERP_PATH=y LDSO_LD_LIBRARY_PATH=y -# LDSO_NO_CLEANUP is not set +LDSO_NO_CLEANUP=y UCLIBC_CTOR_DTOR=y -# LDSO_GNU_HASH_SUPPORT is not set +LDSO_GNU_HASH_SUPPORT=y # HAS_NO_THREADS is not set # LINUXTHREADS_OLD is not set # LINUXTHREADS_NEW is not set @@ -93,8 +96,10 @@ UCLIBC_HAS_LFS=y # MALLOC_SIMPLE is not set MALLOC_STANDARD=y MALLOC_GLIBC_COMPAT=y +UCLIBC_HAS_OBSTACK=y UCLIBC_DYNAMIC_ATEXIT=y COMPAT_ATEXIT=y +# UCLIBC_SUSV2_LEGACY is not set UCLIBC_SUSV3_LEGACY=y # UCLIBC_SUSV3_LEGACY_MACROS is not set UCLIBC_SUSV4_LEGACY=y @@ -174,8 +179,6 @@ UCLIBC_HAS_WCHAR=y UCLIBC_HAS_HEXADECIMAL_FLOATS=y UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9 -UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y -# UCLIBC_HAS_STDIO_BUFSIZ_NONE is not set # UCLIBC_HAS_STDIO_BUFSIZ_256 is not set # UCLIBC_HAS_STDIO_BUFSIZ_512 is not set # UCLIBC_HAS_STDIO_BUFSIZ_1024 is not set @@ -215,7 +218,7 @@ UCLIBC_HAS_FTW=y # UCLIBC_HAS_FTS is not set UCLIBC_HAS_GLOB=y UCLIBC_HAS_GNU_GLOB=y -# UCLIBC_HAS_UTMPX is not set +UCLIBC_HAS_UTMPX=y # # Library Installation Options @@ -229,9 +232,10 @@ HARDWIRED_ABSPATH=y # Security options # UCLIBC_HAS_ARC4RANDOM=y +# ARC4RANDOM_USES_NODEV is not set # UCLIBC_HAS_SSP is not set UCLIBC_BUILD_RELRO=y -# UCLIBC_BUILD_NOW is not set +UCLIBC_BUILD_NOW=y UCLIBC_BUILD_NOEXECSTACK=y # @@ -247,6 +251,6 @@ DOSTRIP=y # UCLIBC_MALLOC_DEBUGGING is not set # UCLIBC_HAS_BACKTRACE is not set WARNINGS="-Wall" -EXTRA_WARNINGS=y +# EXTRA_WARNINGS is not set # DOMULTI is not set # UCLIBC_MJN3_ONLY is not set |