From 99d7ec8a842648a3cfc4d7760954ec3ee3d473f5 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 26 Mar 2011 22:04:22 +0100 Subject: 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 --git a/config/cc/gcc.in b/config/cc/gcc.in index 3238a48..9f4b793 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -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 -- cgit v0.10.2-6-g49f6