diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-22 18:55:39 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-22 18:56:09 +0200 |
commit | 6b064efaf9cadeadcaad537595a72a235ffb3283 (patch) | |
tree | 0a8ca4f7d9097ad1fb434740bc9c714862fceaad /target/x86 | |
parent | eab3ef4a549276e46a2f926c26a019159ad7bd37 (diff) |
DODEBUG for x86 must be on, need to investigate later
Diffstat (limited to 'target/x86')
-rw-r--r-- | target/x86/uclibc-ng.config | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/x86/uclibc-ng.config b/target/x86/uclibc-ng.config index 3a10e1b3d..c7c955bdd 100644 --- a/target/x86/uclibc-ng.config +++ b/target/x86/uclibc-ng.config @@ -215,7 +215,6 @@ HARDWIRED_ABSPATH=y UCLIBC_HAS_ARC4RANDOM=y # ARC4RANDOM_USES_NODEV is not set # UCLIBC_HAS_SSP is not set -UCLIBC_BUILD_LD_GC=y UCLIBC_BUILD_RELRO=y UCLIBC_BUILD_NOW=y UCLIBC_BUILD_NOEXECSTACK=y @@ -225,7 +224,7 @@ UCLIBC_BUILD_NOEXECSTACK=y # CROSS_COMPILER_PREFIX="" UCLIBC_EXTRA_CFLAGS="" -# DODEBUG is not set +DODEBUG=y # DOSTRIP is not set # DOASSERTS is not set # SUPPORT_LD_DEBUG is not set |