mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-21 01:21:27 +00:00
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>
This commit is contained in:
parent
90697aa498
commit
99d7ec8a84
@ -13,6 +13,24 @@ config CC_gcc
|
||||
gcc supports many languages, a powerful code parser, optimised binary
|
||||
output, and lots of other features.
|
||||
|
||||
config CC_GCC_SHOW_LINARO
|
||||
bool
|
||||
prompt "Show Linaro versions (EXPERIMENTAL)"
|
||||
depends on EXPERIMENTAL
|
||||
help
|
||||
Linaro is maintaining some advanced/more stable/experimental versions
|
||||
of gcc, especially for the ARM architecture.
|
||||
|
||||
Those versions have not been blessed by the gcc comunity (nor have they
|
||||
been cursed either!), but they look to be pretty much stable, and even
|
||||
more stable than the upstream versions. YMMV...
|
||||
|
||||
If you do not know what this Linaro stuff is, then simply say 'n' here,
|
||||
and rest in peace. OTOH, if you know what you are doing, you will be
|
||||
able to use and enjoy :-) the Linaro versions by saying 'y' here.
|
||||
|
||||
Linaro: http://www.linaro.org/
|
||||
|
||||
choice
|
||||
bool
|
||||
prompt "gcc version"
|
||||
@ -22,7 +40,7 @@ choice
|
||||
config CC_V_linaro_4_6_2011_03_0
|
||||
bool
|
||||
prompt "linaro-4.6-2011.03-0 (EXPERIMENTAL)"
|
||||
depends on EXPERIMENTAL
|
||||
depends on CC_GCC_SHOW_LINARO
|
||||
select CC_GCC_4_6
|
||||
|
||||
config CC_V_4_6_0
|
||||
@ -34,7 +52,7 @@ config CC_V_4_6_0
|
||||
config CC_V_linaro_4_5_2011_03_0
|
||||
bool
|
||||
prompt "linaro-4.5-2011.03-0 (EXPERIMENTAL)"
|
||||
depends on EXPERIMENTAL
|
||||
depends on CC_GCC_SHOW_LINARO
|
||||
select CC_GCC_4_5
|
||||
|
||||
config CC_V_4_5_2
|
||||
@ -59,7 +77,7 @@ config CC_V_4_5_0
|
||||
config CC_V_linaro_4_4_2011_02_0
|
||||
bool
|
||||
prompt "linaro-4.4-2011.02-0 (EXPERIMENTAL)"
|
||||
depends on EXPERIMENTAL
|
||||
depends on CC_GCC_SHOW_LINARO
|
||||
select CC_GCC_4_4
|
||||
|
||||
config CC_V_4_4_5
|
||||
|
Loading…
x
Reference in New Issue
Block a user