diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-24 13:16:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-24 13:17:01 +0200 |
commit | f5f34fe0e16239f40270b1babb002e8aec3d3fed (patch) | |
tree | d16f6fbc6db033bc6e4345fcf9f65ba1ffa35ab6 /target/x86_64 | |
parent | e88a18927d78680433caca8a63c6f4f24d3468b3 (diff) |
fix uclibc compile for qemu-arm (experimental fix), use DODEBUG as default
Diffstat (limited to 'target/x86_64')
-rw-r--r-- | target/x86_64/uclibc.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/x86_64/uclibc.config b/target/x86_64/uclibc.config index fe12cf831..cecc2fb3f 100644 --- a/target/x86_64/uclibc.config +++ b/target/x86_64/uclibc.config @@ -241,8 +241,8 @@ UCLIBC_BUILD_NOEXECSTACK=y # CROSS_COMPILER_PREFIX="" UCLIBC_EXTRA_CFLAGS="" -# DODEBUG is not set -DOSTRIP=y +DODEBUG=y +# DOSTRIP is not set # DOASSERTS is not set # SUPPORT_LD_DEBUG is not set # SUPPORT_LD_DEBUG_EARLY is not set |