From 87ebaa9971f8001280ae800b531430aea0f6fc19 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 10 Feb 2011 20:24:13 +0000 Subject: Add support for m9s12x git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3279 42af7a65-404d-4744-a932-0658087f49c3 --- misc/buildroot/toolchain/gdb/Config.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'misc/buildroot/toolchain/gdb/Config.in') diff --git a/misc/buildroot/toolchain/gdb/Config.in b/misc/buildroot/toolchain/gdb/Config.in index 22b9832e3..fbea5b143 100644 --- a/misc/buildroot/toolchain/gdb/Config.in +++ b/misc/buildroot/toolchain/gdb/Config.in @@ -21,7 +21,8 @@ config BR2_PACKAGE_GDB_HOST choice prompt "GDB debugger Version" - default BR2_GDB_VERSION_6_8 if !BR2_avr32 + default BR2_GDB_VERSION_6_8 if !BR2_avr32 && !BR2_m9s12x + default BR2_GDB_VERSION_6_4 if BR2_m9s12x default BR2_GDB_VERSION_6_3 if BR2_avr32 depends on BR2_PACKAGE_GDB || BR2_PACKAGE_GDB_SERVER || BR2_PACKAGE_GDB_HOST help @@ -30,7 +31,10 @@ choice config BR2_GDB_VERSION_6_3 bool "gdb 6.3" depends on !BR2_avr32 && !BR2_nios2 - depends on BR2_DEPRECATED + + config BR2_GDB_VERSION_6_4 + bool "gdb 6.3" + depends on BR2_m9s12x config BR2_GDB_VERSION_6_8 bool "gdb 6.8" -- cgit v1.2.3