diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-12-23 00:05:32 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-12-23 00:05:32 +0000 |
commit | 0d052ec07f64951d50bde185327ab31aceb7c3b6 (patch) | |
tree | 38137abdb51a724f5882a5fb51366a4f27459cad /toolchain/uClibc | |
parent | 6b25358ff793e5fb96de2a42ca550754b158eaa3 (diff) | |
download | buildroot-novena-0d052ec07f64951d50bde185327ab31aceb7c3b6.tar.gz buildroot-novena-0d052ec07f64951d50bde185327ab31aceb7c3b6.zip |
Update default uClibc config
Diffstat (limited to 'toolchain/uClibc')
-rw-r--r-- | toolchain/uClibc/uClibc.config | 7 | ||||
-rw-r--r-- | toolchain/uClibc/uClibc.config-locale | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/toolchain/uClibc/uClibc.config b/toolchain/uClibc/uClibc.config index c9b7cdf3c..afa1fe295 100644 --- a/toolchain/uClibc/uClibc.config +++ b/toolchain/uClibc/uClibc.config @@ -3,6 +3,7 @@ # # TARGET_alpha is not set # TARGET_arm is not set +# TARGET_bfin is not set # TARGET_cris is not set # TARGET_e1 is not set # TARGET_frv is not set @@ -42,7 +43,6 @@ HAVE_SHARED=y # ARCH_HAS_NO_LDSO is not set BUILD_UCLIBC_LDSO=y # FORCE_SHAREABLE_TEXT_SEGMENTS is not set -# UCLIBC_PIE_SUPPORT is not set LDSO_LDD_SUPPORT=y LDSO_CACHE_SUPPORT=y # LDSO_PRELOAD_FILE_SUPPORT is not set @@ -129,6 +129,11 @@ RUNTIME_PREFIX="/" DEVEL_PREFIX="/usr/" # +# uClibc security related options +# +# UCLIBC_SECURITY is not set + +# # uClibc development/debugging options # # DODEBUG is not set diff --git a/toolchain/uClibc/uClibc.config-locale b/toolchain/uClibc/uClibc.config-locale index a6f959cb7..95a4983fc 100644 --- a/toolchain/uClibc/uClibc.config-locale +++ b/toolchain/uClibc/uClibc.config-locale @@ -3,6 +3,7 @@ # # TARGET_alpha is not set # TARGET_arm is not set +# TARGET_bfin is not set # TARGET_cris is not set # TARGET_e1 is not set # TARGET_frv is not set @@ -40,7 +41,6 @@ DOPIC=y HAVE_SHARED=y BUILD_UCLIBC_LDSO=y # FORCE_SHAREABLE_TEXT_SEGMENTS is not set -# UCLIBC_PIE_SUPPORT is not set LDSO_LDD_SUPPORT=y UCLIBC_CTOR_DTOR=y # UCLIBC_PROPOLICE is not set @@ -128,6 +128,11 @@ RUNTIME_PREFIX="/" DEVEL_PREFIX="/usr/" # +# uClibc security related options +# +# UCLIBC_SECURITY is not set + +# # uClibc development/debugging options # # DODEBUG is not set |