cc/gcc: hide Linaro options by default
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Mar 26 22:04:22 2011 +0100 (2011-03-26)
changeset 2367d4c9c0071bbb
parent 2366 78ea01560905
child 2368 482a006e5b18
cc/gcc: hide Linaro options by default

It can be quite confusing for a new-comer to find strange
version numbers for gcc, so hide the Linaro versions by
default.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
config/cc/gcc.in
     1.1 --- a/config/cc/gcc.in	Mon Mar 28 01:06:53 2011 +0200
     1.2 +++ b/config/cc/gcc.in	Sat Mar 26 22:04:22 2011 +0100
     1.3 @@ -13,6 +13,24 @@
     1.4        gcc supports many languages, a powerful code parser, optimised binary
     1.5        output, and lots of other features.
     1.6  
     1.7 +config CC_GCC_SHOW_LINARO
     1.8 +    bool
     1.9 +    prompt "Show Linaro versions (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +    help
    1.12 +      Linaro is maintaining some advanced/more stable/experimental versions
    1.13 +      of gcc, especially for the ARM architecture.
    1.14 +      
    1.15 +      Those versions have not been blessed by the gcc comunity (nor have they
    1.16 +      been cursed either!), but they look to be pretty much stable, and even
    1.17 +      more stable than the upstream versions. YMMV...
    1.18 +      
    1.19 +      If you do not know what this Linaro stuff is, then simply say 'n' here,
    1.20 +      and rest in peace. OTOH, if you know what you are doing, you will be
    1.21 +      able to use and enjoy :-) the Linaro versions by saying 'y' here.
    1.22 +      
    1.23 +      Linaro: http://www.linaro.org/
    1.24 +
    1.25  choice
    1.26      bool
    1.27      prompt "gcc version"
    1.28 @@ -22,7 +40,7 @@
    1.29  config CC_V_linaro_4_6_2011_03_0
    1.30      bool
    1.31      prompt "linaro-4.6-2011.03-0 (EXPERIMENTAL)"
    1.32 -    depends on EXPERIMENTAL
    1.33 +    depends on CC_GCC_SHOW_LINARO
    1.34      select CC_GCC_4_6
    1.35  
    1.36  config CC_V_4_6_0
    1.37 @@ -34,7 +52,7 @@
    1.38  config CC_V_linaro_4_5_2011_03_0
    1.39      bool
    1.40      prompt "linaro-4.5-2011.03-0 (EXPERIMENTAL)"
    1.41 -    depends on EXPERIMENTAL
    1.42 +    depends on CC_GCC_SHOW_LINARO
    1.43      select CC_GCC_4_5
    1.44  
    1.45  config CC_V_4_5_2
    1.46 @@ -59,7 +77,7 @@
    1.47  config CC_V_linaro_4_4_2011_02_0
    1.48      bool
    1.49      prompt "linaro-4.4-2011.02-0 (EXPERIMENTAL)"
    1.50 -    depends on EXPERIMENTAL
    1.51 +    depends on CC_GCC_SHOW_LINARO
    1.52      select CC_GCC_4_4
    1.53  
    1.54  config CC_V_4_4_5