cc/gcc: Update gcc versions

Add gcc 4.6.1, 4.3.6, and 4.5.3.
Move 4.4.6 version string so that it is in order.

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
Bryan Hundven 2011-06-27 12:40:23 -07:00
parent 6940a6c0eb
commit 0543d6006e

View File

@ -42,6 +42,12 @@ config CC_V_linaro_4_6_2011_06_0
depends on CC_GCC_SHOW_LINARO
select CC_GCC_4_6
config CC_V_4_6_1
bool
prompt "4.6.1 (EXPERIMENTAL)"
depends on EXPERIMENTAL
select CC_GCC_4_6
config CC_V_4_6_0
bool
prompt "4.6.0 (EXPERIMENTAL)"
@ -54,6 +60,12 @@ config CC_V_linaro_4_5_2011_06_0
depends on CC_GCC_SHOW_LINARO
select CC_GCC_4_5
config CC_V_4_5_3
bool
prompt "4.5.3 (EXPERIMENTAL)"
depends on EXPERIMENTAL
select CC_GCC_4_5
config CC_V_4_5_2
bool
prompt "4.5.2 (EXPERIMENTAL)"
@ -114,6 +126,11 @@ config CC_V_4_4_0
prompt "4.4.0"
select CC_GCC_4_4
config CC_V_4_3_6
bool
prompt "4.3.6"
select CC_GCC_4_3
config CC_V_4_3_5
bool
prompt "4.3.5"
@ -292,20 +309,23 @@ config CC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "4.4.6" if CC_V_4_4_6
default "linaro-4.6-2011.06-0" if CC_V_linaro_4_6_2011_06_0
default "4.6.1" if CC_V_4_6_1
default "4.6.0" if CC_V_4_6_0
default "linaro-4.5-2011.06-0" if CC_V_linaro_4_5_2011_06_0
default "4.5.3" if CC_V_4_5_3
default "4.5.2" if CC_V_4_5_2
default "4.5.1" if CC_V_4_5_1
default "4.5.0" if CC_V_4_5_0
default "linaro-4.4-2011.02-0" if CC_V_linaro_4_4_2011_02_0
default "4.4.6" if CC_V_4_4_6
default "4.4.5" if CC_V_4_4_5
default "4.4.4" if CC_V_4_4_4
default "4.4.3" if CC_V_4_4_3
default "4.4.2" if CC_V_4_4_2
default "4.4.1" if CC_V_4_4_1
default "4.4.0" if CC_V_4_4_0
default "4.3.6" if CC_V_4_3_6
default "4.3.5" if CC_V_4_3_5
default "4.3.4" if CC_V_4_3_4
default "4.3.3" if CC_V_4_3_3