summaryrefslogtreecommitdiff
path: root/config/debug/gdb.in
diff options
context:
space:
mode:
authorDaniel Zimmermann <netzimme@gmail.com>2014-02-15 14:49:57 (GMT)
committerDaniel Zimmermann <netzimme@gmail.com>2014-02-15 14:49:57 (GMT)
commit56ea64c32263c61c3696f3653f2032e2c6cbc2d3 (patch)
tree66e7b31c9fda0d5c12b0f291cff3c3347f7b8a9b /config/debug/gdb.in
parent42a15eb1c70315c4cbbe552c46ca174321ea05ba (diff)
debug/gdb: pump gdb to version 7.7
pump gdb to version 7.7 Signed-off-by: '"Daniel Zimmermann" <netzimme@gmail.com>' [yann.morin.1998@free.fr: remove superfluous empty lines] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Message-Id: <a1bcc8a58a4613f0b8bf.1392475799@haus-VirtualBox> Patchwork-Id: 320657
Diffstat (limited to 'config/debug/gdb.in')
-rw-r--r--config/debug/gdb.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index 03799cb..5ee1c63 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -33,6 +33,11 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config GDB_V_7_7
+ bool
+ prompt "7.7"
+ select GDB_7_0_or_later
+ select GDB_7_2_or_later
config GDB_V_7_6_1
bool
@@ -157,6 +162,7 @@ config GDB_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "7.7" if GDB_V_7_7
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