From decf972fcbb3b42947f8778222877ab1663ef04b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 12 Oct 2011 21:04:31 +0200 Subject: more qemu-cris stuff --- target/cris/sys-available/qemu-cris | 15 --------------- target/cris/sys-available/qemu-crisv32 | 15 +++++++++++++++ target/cris/uclibc.config.v32 | 13 ++++++------- 3 files changed, 21 insertions(+), 22 deletions(-) delete mode 100644 target/cris/sys-available/qemu-cris create mode 100644 target/cris/sys-available/qemu-crisv32 (limited to 'target') diff --git a/target/cris/sys-available/qemu-cris b/target/cris/sys-available/qemu-cris deleted file mode 100644 index 050fa1ce0..000000000 --- a/target/cris/sys-available/qemu-cris +++ /dev/null @@ -1,15 +0,0 @@ -config ADK_TARGET_SYSTEM_QEMU_CRIS - bool "Qemu Emulator" - select ADK_cris - select ADK_qemu_cris - select ADK_CPU_CRIS_V32 - select ADK_KERNEL_ETRAXFS - select ADK_KERNEL_MTD_MTDRAM - select ADK_HARDWARE_QEMU - select ADK_TARGET_WITH_INPUT - select ADK_TARGET_WITH_PCI - select ADK_TARGET_WITH_HDD - select ADK_TARGET_WITH_MTD - help - Support for Qemu Emulator (CRIS). - diff --git a/target/cris/sys-available/qemu-crisv32 b/target/cris/sys-available/qemu-crisv32 new file mode 100644 index 000000000..37ecbf9e8 --- /dev/null +++ b/target/cris/sys-available/qemu-crisv32 @@ -0,0 +1,15 @@ +config ADK_TARGET_SYSTEM_QEMU_CRIS + bool "Qemu Emulator" + select ADK_cris + select ADK_qemu_cris + select ADK_CPU_CRIS_V32 + select ADK_KERNEL_ETRAXFS + select ADK_KERNEL_MTD_MTDRAM + select ADK_TARGET_WITH_INPUT + select ADK_TARGET_WITH_PCI + select ADK_TARGET_WITH_HDD + select ADK_TARGET_WITH_MTD + select ADK_HARDWARE_QEMU + help + Support for Qemu Emulator (CRIS). + diff --git a/target/cris/uclibc.config.v32 b/target/cris/uclibc.config.v32 index e2c710242..8fab98eef 100644 --- a/target/cris/uclibc.config.v32 +++ b/target/cris/uclibc.config.v32 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Version: 0.9.32 -# Wed Aug 24 20:05:46 2011 +# Fri Sep 2 09:36:34 2011 # # TARGET_alpha is not set # TARGET_arm is not set @@ -229,12 +229,11 @@ UCLIBC_BUILD_NOEXECSTACK=y # CROSS_COMPILER_PREFIX="" UCLIBC_EXTRA_CFLAGS="" -# DODEBUG is not set -# DODEBUG_PT is not set -DOSTRIP=y -# DOASSERTS is not set -# SUPPORT_LD_DEBUG is not set -# SUPPORT_LD_DEBUG_EARLY is not set +DODEBUG=y +DODEBUG_PT=y +DOASSERTS=y +SUPPORT_LD_DEBUG=y +SUPPORT_LD_DEBUG_EARLY=y # UCLIBC_MALLOC_DEBUGGING is not set # UCLIBC_HAS_BACKTRACE is not set WARNINGS="-Wall" -- cgit v1.2.3