diff options
author | Alexey Neyman <stilor@att.net> | 2017-01-13 15:53:58 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-01-13 21:47:07 -0800 |
commit | d7b313774e0881090d14dbd23339f67e8f0109d0 (patch) | |
tree | fb9e90f14c5c836dcac0c239be7b9d91fa86b021 /config/debug | |
parent | 05d9d915aaa162cbfc63a7fac534d56a5b98fdd2 (diff) | |
download | crosstool-ng-d7b313774e0881090d14dbd23339f67e8f0109d0.tar.gz crosstool-ng-d7b313774e0881090d14dbd23339f67e8f0109d0.tar.bz2 crosstool-ng-d7b313774e0881090d14dbd23339f67e8f0109d0.zip |
Add gdb 7.12.
Same patches apply; changed 101-uclibc-no-gettimeofday-clobber.patch -
modify configure.ac and regenerate configure (rather than modifying
the latter directly).
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/debug')
-rw-r--r-- | config/debug/gdb.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in index 0b393276..dd8239ff 100644 --- a/config/debug/gdb.in +++ b/config/debug/gdb.in @@ -68,6 +68,11 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config GDB_V_7_12 + bool + prompt "7.12" + select GDB_7_2_or_later + config GDB_V_7_11 bool prompt "7.11" @@ -244,6 +249,7 @@ config GDB_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "7.12" if GDB_V_7_12 default "7.11" if GDB_V_7_11 default "7.10.1" if GDB_V_7_10_1 default "7.10" if GDB_V_7_10 |