# HG changeset patch # User "Yann E. MORIN" # Date 1301173462 -3600 # Node ID d4c9c0071bbbc3c7522427ab8aee433c4464e282 # Parent 78ea015609055013335ea2bf7b06a7878684962f 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" diff -r 78ea01560905 -r d4c9c0071bbb config/cc/gcc.in --- a/config/cc/gcc.in Mon Mar 28 01:06:53 2011 +0200 +++ b/config/cc/gcc.in Sat Mar 26 22:04:22 2011 +0100 @@ -13,6 +13,24 @@ 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 @@ 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_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_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