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