From f5f34fe0e16239f40270b1babb002e8aec3d3fed Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 24 May 2014 13:16:10 +0200 Subject: fix uclibc compile for qemu-arm (experimental fix), use DODEBUG as default --- target/mips/systems/qemu-mips | 1 + target/mips/uclibc.config | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'target/mips') diff --git a/target/mips/systems/qemu-mips b/target/mips/systems/qemu-mips index 2dfc09ca6..abe82aa9c 100644 --- a/target/mips/systems/qemu-mips +++ b/target/mips/systems/qemu-mips @@ -2,6 +2,7 @@ config ADK_TARGET_SYSTEM_QEMU_MIPS bool "Qemu Emulator" select ADK_mips select ADK_qemu_mips + select ADK_CPU_MIPS32 select ADK_TARGET_QEMU select ADK_TARGET_KERNEL_VMLINUZ help diff --git a/target/mips/uclibc.config b/target/mips/uclibc.config index c66fb4157..e849ad406 100644 --- a/target/mips/uclibc.config +++ b/target/mips/uclibc.config @@ -250,8 +250,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 -- cgit v1.2.3