summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain/gdb/Config.in
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-10 20:24:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-10 20:24:13 +0000
commit87ebaa9971f8001280ae800b531430aea0f6fc19 (patch)
tree6594ab9aac9abd0f73e0bb62b0814358c3455788 /misc/buildroot/toolchain/gdb/Config.in
parent3a799e882bbeaa2826e759e444d090ec7cef8618 (diff)
downloadnuttx-87ebaa9971f8001280ae800b531430aea0f6fc19.tar.gz
nuttx-87ebaa9971f8001280ae800b531430aea0f6fc19.tar.bz2
nuttx-87ebaa9971f8001280ae800b531430aea0f6fc19.zip
Add support for m9s12x
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3279 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/buildroot/toolchain/gdb/Config.in')
-rw-r--r--misc/buildroot/toolchain/gdb/Config.in8
1 files changed, 6 insertions, 2 deletions
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"