diff options
Diffstat (limited to 'target/mips')
-rw-r--r-- | target/mips/systems/qemu-mips | 1 | ||||
-rw-r--r-- | target/mips/uclibc.config | 4 |
2 files changed, 3 insertions, 2 deletions
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 |