diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-04-11 23:05:48 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-04-11 23:05:48 +0200 |
commit | 2a6e9ce59a09b51fe0cabe324fa63947280a84fb (patch) | |
tree | c0e949fe2791e9b74be3fcf9efd513f0c4b0035b /config/debug | |
parent | 9ccad74f0240bf13c932df1470cf255f454656a0 (diff) | |
download | crosstool-ng-2a6e9ce59a09b51fe0cabe324fa63947280a84fb.tar.gz crosstool-ng-2a6e9ce59a09b51fe0cabe324fa63947280a84fb.tar.bz2 crosstool-ng-2a6e9ce59a09b51fe0cabe324fa63947280a84fb.zip |
debug/gdb: remove snapshot version
Diffstat (limited to 'config/debug')
-rw-r--r-- | config/debug/gdb.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in index 108044b4..a41953c9 100644 --- a/config/debug/gdb.in +++ b/config/debug/gdb.in @@ -37,12 +37,6 @@ config GDB_V_6_8 bool prompt "6.8" -config GDB_V_snapshot - bool - prompt "snapshot (EXPERIMENTAL)" - depends on EXPERIMENTAL - depends on ! GDB_CROSS_INSIGHT - endchoice config GDB_7_0_or_later @@ -56,4 +50,3 @@ config GDB_VERSION default "7.0.1" if GDB_V_7_0_1 default "7.0" if GDB_V_7_0 default "6.8" if GDB_V_6_8 - default "snapshot" if GDB_V_snapshot |