diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-05-02 21:54:46 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-05-02 21:54:46 +0000 |
commit | 3b8580605bb703d54657cefcaed5ab8d20780bfe (patch) | |
tree | bb1d5d30f7adc95eec20ad81f637d6d864a1cca8 | |
parent | f29a7d433519b35a45fa62cb6c705882c6fbbbd3 (diff) | |
download | crosstool-ng-3b8580605bb703d54657cefcaed5ab8d20780bfe.tar.gz crosstool-ng-3b8580605bb703d54657cefcaed5ab8d20780bfe.tar.bz2 crosstool-ng-3b8580605bb703d54657cefcaed5ab8d20780bfe.zip |
Add latest, untested gdb versions
/trunk/config/debug/gdb.in | 18 18 0 0 ++++++++++++++++++
1 file changed, 18 insertions(+)
-rw-r--r-- | config/debug/gdb.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in index fc294d38..dd655bfe 100644 --- a/config/debug/gdb.in +++ b/config/debug/gdb.in @@ -64,6 +64,21 @@ config GDB_V_6_6 bool prompt "6.6" +config GDB_V_6_7 + bool + prompt "6.7 (EXPERIMENTAL)" + depends on EXPERIMENTAL + +config GDB_V_6_7_1 + bool + prompt "6.7.1 (EXPERIMENTAL)" + depends on EXPERIMENTAL + +config GDB_V_6_8 + bool + prompt "6.8 (EXPERIMENTAL)" + depends on EXPERIMENTAL + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -74,6 +89,9 @@ config GDB_VERSION default "6.4" if GDB_V_6_4 default "6.5" if GDB_V_6_5 default "6.6" if GDB_V_6_6 + default "6.7" if GDB_V_6_7 + default "6.7.1" if GDB_V_6_7_1 + default "6.8" if GDB_V_6_8 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! |