diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-09-23 15:28:58 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-09-23 15:28:58 +0200 |
commit | 88244034217f623ed45e58fbc7379e3781f92e06 (patch) | |
tree | 136a4ceb4b66d47343cb3f1d0d35353b6029bcc3 /target/mips | |
parent | c3cfce47b3519af96035e73e3c4355c7701327d0 (diff) |
disable ld.so debug output
Diffstat (limited to 'target/mips')
-rw-r--r-- | target/mips/uclibc.config.little.mips64 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/target/mips/uclibc.config.little.mips64 b/target/mips/uclibc.config.little.mips64 index 8bfe924e5..dc9f20557 100644 --- a/target/mips/uclibc.config.little.mips64 +++ b/target/mips/uclibc.config.little.mips64 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Version: 0.9.33.2 -# Fri Sep 21 10:44:58 2012 +# Sun Sep 23 15:25:54 2012 # # TARGET_alpha is not set # TARGET_arm is not set @@ -244,13 +244,14 @@ UCLIBC_BUILD_NOEXECSTACK=y # CROSS_COMPILER_PREFIX="" UCLIBC_EXTRA_CFLAGS="" -DODEBUG=y +# DODEBUG is not set +DOSTRIP=y # DOASSERTS is not set -SUPPORT_LD_DEBUG=y -SUPPORT_LD_DEBUG_EARLY=y +# SUPPORT_LD_DEBUG is not set +# SUPPORT_LD_DEBUG_EARLY is not set # 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 |