diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-12-26 19:54:12 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-12-26 19:54:12 +0100 |
commit | e8e7eca3c6e07aea08acda11e5e8852b98870131 (patch) | |
tree | fc3dcd7cdd8b11ccf4833734f9cc8d196572460f /config/debug/gdb.in | |
parent | 8bcfb25fb7aec9498db4031cc807872585281e30 (diff) | |
download | crosstool-ng-e8e7eca3c6e07aea08acda11e5e8852b98870131.tar.gz crosstool-ng-e8e7eca3c6e07aea08acda11e5e8852b98870131.tar.bz2 crosstool-ng-e8e7eca3c6e07aea08acda11e5e8852b98870131.zip |
all: unmark experimental version
It's been a while we've had those versions, time to unmark them being
experimental. It does not mean everything is perfect, but may gather
some more testing on those versions.
Update samples accordingly.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'config/debug/gdb.in')
-rw-r--r-- | config/debug/gdb.in | 35 |
1 files changed, 13 insertions, 22 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in index de2909bd..bfd61755 100644 --- a/config/debug/gdb.in +++ b/config/debug/gdb.in @@ -12,8 +12,7 @@ comment "gdb version" config DEBUG_GDB_SHOW_LINARO bool - prompt "Show Linaro versions (EXPERIMENTAL)" - depends on EXPERIMENTAL + prompt "Show Linaro versions" help Linaro is maintaining some advanced/more stable/experimental versions of gdb, especially for the ARM architecture. @@ -36,83 +35,75 @@ choice config GDB_V_linaro_7_5_2012_12_1 bool - prompt "linaro-7.5-2012.12-1 (EXPERIMENTAL)" + prompt "linaro-7.5-2012.12-1" depends on DEBUG_GDB_SHOW_LINARO select GDB_7_0_or_later select GDB_7_2_or_later config GDB_V_linaro_7_4_2012_06 bool - prompt "linaro-7.4-2012.06 (EXPERIMENTAL)" + prompt "linaro-7.4-2012.06" depends on DEBUG_GDB_SHOW_LINARO select GDB_7_0_or_later select GDB_7_2_or_later config GDB_V_7_4_1 bool - prompt "7.4.1 (EXPERIMENTAL)" - depends on EXPERIMENTAL + prompt "7.4.1" select GDB_7_0_or_later select GDB_7_2_or_later config GDB_V_7_4 bool - prompt "7.4 (EXPERIMENTAL)" - depends on EXPERIMENTAL + prompt "7.4" select GDB_7_0_or_later select GDB_7_2_or_later config GDB_V_linaro_7_3_2011_12 bool - prompt "linaro-7.3-2011.12 (EXPERIMENTAL)" + prompt "linaro-7.3-2011.12" depends on DEBUG_GDB_SHOW_LINARO select GDB_7_0_or_later select GDB_7_2_or_later config GDB_V_7_3_1 bool - prompt "7.3.1 (EXPERIMENTAL)" - depends on EXPERIMENTAL + prompt "7.3.1" select GDB_7_0_or_later select GDB_7_2_or_later config GDB_V_7_3a bool - prompt "7.3a (EXPERIMENTAL)" - depends on EXPERIMENTAL + prompt "7.3a" select GDB_7_0_or_later select GDB_7_2_or_later config GDB_V_linaro_7_2_2011_05_0 bool - prompt "linaro-7.2-2011.05-0 (EXPERIMENTAL)" + prompt "linaro-7.2-2011.05-0" depends on DEBUG_GDB_SHOW_LINARO select GDB_7_0_or_later select GDB_7_2_or_later config GDB_V_7_2a bool - prompt "7.2a (EXPERIMENTAL)" - depends on EXPERIMENTAL + prompt "7.2a" select GDB_7_0_or_later select GDB_7_2_or_later config GDB_V_7_1a bool - prompt "7.1a (EXPERIMENTAL)" - depends on EXPERIMENTAL + prompt "7.1a" select GDB_7_0_or_later config GDB_V_7_0_1a bool - prompt "7.0.1a (EXPERIMENTAL)" - depends on EXPERIMENTAL + prompt "7.0.1a" select GDB_7_0_or_later config GDB_V_7_0a bool - prompt "7.0a (EXPERIMENTAL)" - depends on EXPERIMENTAL + prompt "7.0a" select GDB_7_0_or_later config GDB_V_6_8a |