summaryrefslogtreecommitdiff
path: root/target/x86
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-24 13:16:10 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-24 13:17:01 +0200
commitf5f34fe0e16239f40270b1babb002e8aec3d3fed (patch)
treed16f6fbc6db033bc6e4345fcf9f65ba1ffa35ab6 /target/x86
parente88a18927d78680433caca8a63c6f4f24d3468b3 (diff)
fix uclibc compile for qemu-arm (experimental fix), use DODEBUG as default
Diffstat (limited to 'target/x86')
-rw-r--r--target/x86/uclibc.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/x86/uclibc.config b/target/x86/uclibc.config
index 8ea5bcf4b..a18ebd82f 100644
--- a/target/x86/uclibc.config
+++ b/target/x86/uclibc.config
@@ -246,8 +246,8 @@ UCLIBC_BUILD_NOEXECSTACK=y
#
CROSS_COMPILER_PREFIX=""
UCLIBC_EXTRA_CFLAGS=""
-# DODEBUG is not set
-DOSTRIP=y
+# DOSTRIP is not set
+DODEBUG=y
# DOASSERTS is not set
# SUPPORT_LD_DEBUG is not set
# SUPPORT_LD_DEBUG_EARLY is not set