summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/debug/gdb.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index bfd6175..835ddd1 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -33,6 +33,13 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config GDB_V_linaro_7_6_2013_05
+ bool
+ prompt "linaro-7.6-2013.05"
+ depends on DEBUG_GDB_SHOW_LINARO
+ select GDB_7_0_or_later
+ select GDB_7_2_or_later
+
config GDB_V_linaro_7_5_2012_12_1
bool
prompt "linaro-7.5-2012.12-1"
@@ -137,6 +144,7 @@ config GDB_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "linaro-7.6-2013.05" if GDB_V_linaro_7_6_2013_05
default "linaro-7.5-2012.12-1" if GDB_V_linaro_7_5_2012_12_1
default "linaro-7.4-2012.06" if GDB_V_linaro_7_4_2012_06
default "7.4.1" if GDB_V_7_4_1