2011-02-21 06:09:51 +08:00
|
|
|
config GCC_DEFAULT_VERSION
|
|
|
|
bool
|
|
|
|
|
|
|
|
config GCC_DEFAULT_VERSION_4_3_3_CS
|
|
|
|
select GCC_DEFAULT_VERSION
|
|
|
|
bool
|
|
|
|
|
|
|
|
config GCC_DEFAULT_VERSION_4_3_5
|
|
|
|
select GCC_DEFAULT_VERSION
|
2011-02-26 01:43:15 +08:00
|
|
|
default y if (avr32 || powerpc64 || TARGET_coldfire || TARGET_etrax)
|
2011-02-21 06:09:51 +08:00
|
|
|
bool
|
|
|
|
|
|
|
|
config GCC_DEFAULT_VERSION_4_4_5
|
|
|
|
select GCC_DEFAULT_VERSION
|
2011-02-26 01:43:15 +08:00
|
|
|
default y if (powerpc || ubicom32)
|
2011-02-21 06:09:51 +08:00
|
|
|
bool
|
|
|
|
|
|
|
|
config GCC_DEFAULT_VERSION_LINARO
|
|
|
|
default y if !(GCC_DEFAULT_VERSION)
|
|
|
|
bool
|
|
|
|
|
|
|
|
|
2006-06-16 00:40:06 +08:00
|
|
|
config GCC_VERSION
|
|
|
|
string
|
2009-10-20 17:03:44 +08:00
|
|
|
default "4.3.3+cs" if GCC_VERSION_4_3_3_CS
|
2010-05-28 20:00:22 +08:00
|
|
|
default "4.3.5" if GCC_VERSION_4_3_5
|
2010-01-25 18:52:23 +08:00
|
|
|
default "4.4.1+cs" if GCC_VERSION_4_4_1_CS
|
2010-10-04 20:21:58 +08:00
|
|
|
default "4.4.5" if GCC_VERSION_4_4_5
|
2011-07-01 19:43:15 +08:00
|
|
|
default "4.6.1" if GCC_VERSION_4_6_1
|
2011-02-13 19:27:58 +08:00
|
|
|
default "linaro" if GCC_VERSION_LINARO
|
2009-10-11 03:25:48 +08:00
|
|
|
default "llvm" if GCC_VERSION_LLVM
|
2011-02-13 19:27:58 +08:00
|
|
|
default "linaro"
|
2006-06-16 00:40:06 +08:00
|
|
|
|
2009-01-21 19:58:17 +08:00
|
|
|
config GCC_VERSION_4_3
|
|
|
|
bool
|
2009-10-19 10:09:52 +08:00
|
|
|
default y if GCC_VERSION_4_3_3_CS
|
2010-05-28 20:00:22 +08:00
|
|
|
default y if GCC_VERSION_4_3_5
|
2009-01-21 19:58:17 +08:00
|
|
|
|
2009-04-23 17:44:57 +08:00
|
|
|
config GCC_VERSION_4_4
|
|
|
|
bool
|
2010-01-25 18:52:23 +08:00
|
|
|
default y if GCC_VERSION_4_4_1_CS
|
2010-10-04 20:21:58 +08:00
|
|
|
default y if GCC_VERSION_4_4_5
|
2009-04-23 17:44:57 +08:00
|
|
|
|
2010-04-19 23:43:08 +08:00
|
|
|
config GCC_VERSION_4_5
|
|
|
|
bool
|
2011-02-13 19:27:58 +08:00
|
|
|
default y if GCC_VERSION_LINARO
|
2010-04-19 23:43:08 +08:00
|
|
|
|
2011-07-01 19:43:15 +08:00
|
|
|
config GCC_VERSION_4_6
|
|
|
|
bool
|
|
|
|
default y if GCC_VERSION_4_6_1
|
|
|
|
|
2006-06-16 00:40:06 +08:00
|
|
|
if !TOOLCHAINOPTS
|
2009-04-30 17:36:19 +08:00
|
|
|
|
2009-10-20 17:03:44 +08:00
|
|
|
config GCC_VERSION_4_3_3_CS
|
2011-02-21 06:09:51 +08:00
|
|
|
default y if GCC_DEFAULT_VERSION_4_3_3_CS
|
|
|
|
bool
|
2009-10-20 17:03:44 +08:00
|
|
|
|
2010-10-28 18:38:32 +08:00
|
|
|
config GCC_VERSION_4_3_5
|
2011-02-21 06:09:51 +08:00
|
|
|
default y if GCC_DEFAULT_VERSION_4_3_5
|
|
|
|
bool
|
2010-07-31 19:52:48 +08:00
|
|
|
|
2010-10-28 18:38:32 +08:00
|
|
|
config GCC_VERSION_4_4_5
|
2011-02-21 06:09:51 +08:00
|
|
|
default y if GCC_DEFAULT_VERSION_4_4_5
|
|
|
|
bool
|
|
|
|
|
|
|
|
config GCC_VERSION_LINARO
|
|
|
|
default y if GCC_DEFAULT_VERSION_LINARO
|
|
|
|
bool
|
|
|
|
|
2010-02-17 05:29:07 +08:00
|
|
|
|
2006-06-16 00:40:06 +08:00
|
|
|
endif
|