summaryrefslogtreecommitdiffstats
path: root/toolchain/gdb
diff options
context:
space:
mode:
authorIvan Kuten2008-02-07 11:59:00 +0100
committerIvan Kuten2008-02-07 11:59:00 +0100
commit6c9b9c4e51ec33acff8e9b23bc43879d52c81fc7 (patch)
tree158e2b3ce6afddaa4b4b68ed81b1376702aedae4 /toolchain/gdb
parentAdded package for fis, which allows you to manipulate the RedBoot flash parti... (diff)
downloadbuildroot-6c9b9c4e51ec33acff8e9b23bc43879d52c81fc7.tar.gz
buildroot-6c9b9c4e51ec33acff8e9b23bc43879d52c81fc7.tar.xz
buildroot-6c9b9c4e51ec33acff8e9b23bc43879d52c81fc7.zip
updated gdb support for nios2, thanks Atle
Diffstat (limited to 'toolchain/gdb')
-rw-r--r--toolchain/gdb/Config.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in
index 802624f77..ce7243b45 100644
--- a/toolchain/gdb/Config.in
+++ b/toolchain/gdb/Config.in
@@ -30,18 +30,19 @@ choice
config BR2_GDB_VERSION_6_2_1
bool "gdb 6.2.1"
- depends on !BR2_avr32
+ depends on !BR2_avr32 && !BR2_nios2
config BR2_GDB_VERSION_6_3
bool "gdb 6.3"
- depends on !BR2_avr32
+ depends on !BR2_avr32 && !BR2_nios2
config BR2_GDB_VERSION_6_4
bool "gdb 6.4"
+ depends on !BR2_nios2
config BR2_GDB_VERSION_6_5
bool "gdb 6.5"
- depends on !BR2_avr32
+ depends on !BR2_avr32 && !BR2_nios2
config BR2_GDB_VERSION_6_6
bool "gdb 6.6"
@@ -49,7 +50,7 @@ choice
config BR2_GDB_VERSION_SNAPSHOT
bool "gdb snapshot"
- depends on !BR2_avr32
+ depends on !BR2_avr32 && !BR2_nios2
endchoice