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>
This commit is contained in:
Yann E. MORIN" 2013-11-16 11:33:31 +01:00 committed by Daniel Zimmermann
parent 78c5cab850
commit 1327d9d678

View File

@ -33,6 +33,13 @@ choice
# Don't remove next line # Don't remove next line
# CT_INSERT_VERSION_BELOW # 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 config GDB_V_linaro_7_6_2013_05
bool bool
prompt "linaro-7.6-2013.05" 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_0_or_later
select GDB_7_2_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 config GDB_V_linaro_7_5_2012_12_1
bool bool
prompt "linaro-7.5-2012.12-1" prompt "linaro-7.5-2012.12-1"
@ -144,7 +157,9 @@ config GDB_VERSION
string string
# Don't remove next line # Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW # 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 "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.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 "linaro-7.4-2012.06" if GDB_V_linaro_7_4_2012_06
default "7.4.1" if GDB_V_7_4_1 default "7.4.1" if GDB_V_7_4_1