diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-10-17 16:57:49 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-10-17 16:57:49 +0000 |
commit | 93c38651bde2910bbf0ce3c8970418da72f40dfa (patch) | |
tree | e1ac995218bb5d568f0bdfdd7df00f92a3134a55 /target/device/AMD/DBAu1500/uClibc.config.mips | |
parent | 290615edc12f5cddcbeec212533f111f5fdef848 (diff) |
update config files
Diffstat (limited to 'target/device/AMD/DBAu1500/uClibc.config.mips')
-rw-r--r-- | target/device/AMD/DBAu1500/uClibc.config.mips | 29 |
1 files changed, 12 insertions, 17 deletions
diff --git a/target/device/AMD/DBAu1500/uClibc.config.mips b/target/device/AMD/DBAu1500/uClibc.config.mips index c21e76457..1e60c83a4 100644 --- a/target/device/AMD/DBAu1500/uClibc.config.mips +++ b/target/device/AMD/DBAu1500/uClibc.config.mips @@ -1,6 +1,6 @@ # # Automatically generated make config: don't edit -# Sat Mar 18 22:41:24 2006 +# Mon Oct 2 08:55:19 2006 # # TARGET_alpha is not set # TARGET_arm is not set @@ -41,6 +41,7 @@ CONFIG_MIPS_ISA_MIPS32=y ARCH_ANY_ENDIAN=y ARCH_BIG_ENDIAN=y ARCH_WANTS_BIG_ENDIAN=y +# ARCH_LITTLE_ENDIAN is not set # ARCH_WANTS_LITTLE_ENDIAN is not set ARCH_HAS_MMU=y ARCH_USE_MMU=y @@ -68,9 +69,10 @@ LDSO_BASE_FILENAME="ld.so" # LDSO_RUNPATH is not set UCLIBC_CTOR_DTOR=y # HAS_NO_THREADS is not set -UCLIBC_HAS_THREADS=y -PTHREADS_DEBUG_SUPPORT=y -LINUXTHREADS_OLD=y +# UCLIBC_HAS_THREADS is not set +# PTHREADS_DEBUG_SUPPORT is not set +# UCLIBC_HAS_THREADS_NATIVE is not set +# LINUXTHREADS_OLD is not set UCLIBC_HAS_LFS=y # MALLOC is not set # MALLOC_SIMPLE is not set @@ -97,7 +99,6 @@ UCLIBC_HAS_IPV6=y UCLIBC_HAS_RPC=y UCLIBC_HAS_FULL_RPC=y UCLIBC_HAS_REENTRANT_RPC=y -# UCLIBC_USE_NETLINK is not set # # String and Stdio Support @@ -125,7 +126,7 @@ UCLIBC_HAS_STDIO_BUFSIZ_4096=y UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y # UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set # UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set -# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set +UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT=n UCLIBC_HAS_STDIO_GETC_MACRO=y UCLIBC_HAS_STDIO_PUTC_MACRO=y UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y @@ -138,19 +139,16 @@ UCLIBC_HAS_ERRNO_MESSAGES=y UCLIBC_HAS_SIGNUM_MESSAGES=y # UCLIBC_HAS_SYS_SIGLIST is not set UCLIBC_HAS_GNU_GETOPT=y -UCLIBC_HAS_GNU_GETSUBOPT=y # # Big and Tall # UCLIBC_HAS_REGEX=y UCLIBC_HAS_REGEX_OLD=y -UCLIBC_HAS_FNMATCH=y -UCLIBC_HAS_FNMATCH_OLD=y # UCLIBC_HAS_WORDEXP is not set UCLIBC_HAS_FTW=y UCLIBC_HAS_GLOB=y -# UCLIBC_HAS_GNU_GLOB is not set +UCLIBC_HAS_GNU_GLOB=y # # Library Installation Options @@ -160,12 +158,11 @@ RUNTIME_PREFIX="/" DEVEL_PREFIX="/usr/" # -# Security options +# uClibc security related options # -# UCLIBC_BUILD_PIE is not set -# UCLIBC_HAS_ARC4RANDOM is not set -# HAVE_NO_SSP is not set -# UCLIBC_HAS_SSP is not set +# UCLIBC_SECURITY is not set +UCLIBC_BUILD_PIE=n +UCLIBC_HAS_SSP=n UCLIBC_BUILD_RELRO=y UCLIBC_BUILD_NOW=y UCLIBC_BUILD_NOEXECSTACK=y @@ -176,11 +173,9 @@ UCLIBC_BUILD_NOEXECSTACK=y CROSS_COMPILER_PREFIX="" # DODEBUG is not set # DODEBUG_PT is not set -NOSTRIP=y # DOASSERTS is not set # SUPPORT_LD_DEBUG is not set # SUPPORT_LD_DEBUG_EARLY is not set WARNINGS="-Wall" -# EXTRA_WARNINGS is not set # DOMULTI is not set # UCLIBC_MJN3_ONLY is not set |