diff options
author | Cody P Schafer <dev@codyps.com> | 2014-07-19 02:52:06 -0400 |
---|---|---|
committer | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-07-19 12:21:10 +0200 |
commit | 22126a402e2d1ab3a85c8546faa3e129fcb03d20 (patch) | |
tree | d6536a13a1b4b57b1355d3f283a2bb43ade94d30 | |
parent | d0c8506e6737a8de50157ceb856aab5640f3054b (diff) | |
download | crosstool-ng-22126a402e2d1ab3a85c8546faa3e129fcb03d20.tar.gz crosstool-ng-22126a402e2d1ab3a85c8546faa3e129fcb03d20.tar.bz2 crosstool-ng-22126a402e2d1ab3a85c8546faa3e129fcb03d20.zip |
config/debug/gdb: add 7.7.1
Also remove the unneeded select in 7.7
Signed-off-by: Cody P Schafer <dev@codyps.com>
-rw-r--r-- | config/debug/gdb.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in index 9c345b66..35123a91 100644 --- a/config/debug/gdb.in +++ b/config/debug/gdb.in @@ -33,10 +33,14 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config GDB_V_7_7_1 + bool + prompt "7.7.1" + select GDB_7_2_or_later + 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 @@ -150,6 +154,7 @@ config GDB_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "7.7.1" if GDB_V_7_7_1 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 |