summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2013-11-16 10:33:31 (GMT)
committerDaniel Zimmermann <netzimme@gmail.com>2013-11-16 10:33:31 (GMT)
commit1327d9d678258c4789361217177f9729749d1c9b (patch)
tree3bcd2eb64867f702828889377033e74e52654d9a
parent78c5cab8505e43f546c5ee5c273dce736d8075d7 (diff)
debug/gdb: add gdb 7.5.1 and gdb 7.6.1
debug/gdb: add gdb 7.5.1 and gdb 7.6.1 add gdb version 7.5.1 and gdb version 7.6.1 Signed-off-by: "Daniel Zimmermann" <netzimme@gmail.com> Message-Id: <2fc4afda19bca864dd9c.1384600083@haus-VirtualBox> Patchwork-Id: 291762 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
-rw-r--r--config/debug/gdb.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index 835ddd1..03799cb 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_7_6_1
+ bool
+ prompt "7.6.1"
+ select GDB_7_0_or_later
+ select GDB_7_2_or_later
+
config GDB_V_linaro_7_6_2013_05
bool
prompt "linaro-7.6-2013.05"
@@ -40,6 +47,12 @@ config GDB_V_linaro_7_6_2013_05
select GDB_7_0_or_later
select GDB_7_2_or_later
+config GDB_V_7_5_1
+ bool
+ prompt "7.5.1"
+ 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"
@@ -144,7 +157,9 @@ config GDB_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "7.6.1" if GDB_V_7_6_1
default "linaro-7.6-2013.05" if GDB_V_linaro_7_6_2013_05
+ default "7.5.1" if GDB_V_7_5_1
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