diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-05-03 21:11:26 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-05-03 21:11:26 +0000 |
commit | 6752ebb01f96d1de51a3e8072b343af643da6b7c (patch) | |
tree | 0df2d606817743eb50e33e502f8387135e232827 | |
parent | 38c549d748e72ecba0dac3215b7a82596229a42f (diff) | |
download | crosstool-ng-6752ebb01f96d1de51a3e8072b343af643da6b7c.tar.gz crosstool-ng-6752ebb01f96d1de51a3e8072b343af643da6b7c.tar.bz2 crosstool-ng-6752ebb01f96d1de51a3e8072b343af643da6b7c.zip |
Unmark gcc-4.3.3 as being EXPERIMENTAL.
-------- diffstat follows --------
/trunk/config/cc/gcc.in | 3 1 2 0 +--
1 file changed, 1 insertion(+), 2 deletions(-)
-rw-r--r-- | config/cc/gcc.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in index de5d511f..be5772b2 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -108,8 +108,7 @@ config CC_V_4_3_2 config CC_V_4_3_3 bool - prompt "4.3.3 (EXPERIMENTAL)" - depends on EXPERIMENTAL + prompt "4.3.3" select CC_GCC_4_3_or_later config CC_V_4_4_0 |