2011-02-20 22:09:51 +00:00
|
|
|
config GCC_DEFAULT_VERSION
|
|
|
|
bool
|
|
|
|
|
2011-07-01 13:39:50 +00:00
|
|
|
config GCC_DEFAULT_VERSION_4_4_6
|
2011-02-20 22:09:51 +00:00
|
|
|
select GCC_DEFAULT_VERSION
|
2011-07-01 13:44:03 +00:00
|
|
|
default y if (avr32 || ubicom32)
|
2011-02-20 22:09:51 +00:00
|
|
|
bool
|
|
|
|
|
2011-08-18 12:06:17 +00:00
|
|
|
config GCC_DEFAULT_VERSION_4_5_LINARO
|
2011-02-20 22:09:51 +00:00
|
|
|
default y if !(GCC_DEFAULT_VERSION)
|
|
|
|
bool
|
|
|
|
|
2011-08-18 12:13:54 +00:00
|
|
|
config GCC_DEFAULT_VERSION_4_6_LINARO
|
|
|
|
bool
|
|
|
|
|
2011-02-20 22:09:51 +00:00
|
|
|
|
2006-06-15 16:40:06 +00:00
|
|
|
config GCC_VERSION
|
|
|
|
string
|
2011-07-01 13:39:50 +00:00
|
|
|
default "4.4.6" if GCC_VERSION_4_4_6
|
2011-07-01 11:43:15 +00:00
|
|
|
default "4.6.1" if GCC_VERSION_4_6_1
|
2011-08-18 12:06:17 +00:00
|
|
|
default "4.5-linaro" if GCC_VERSION_4_5_LINARO
|
2011-08-18 12:13:54 +00:00
|
|
|
default "4.6-linaro" if GCC_VERSION_4_6_LINARO
|
2009-10-10 19:25:48 +00:00
|
|
|
default "llvm" if GCC_VERSION_LLVM
|
2011-08-18 12:06:17 +00:00
|
|
|
default "4.5-linaro"
|
2006-06-15 16:40:06 +00:00
|
|
|
|
2009-04-23 09:44:57 +00:00
|
|
|
config GCC_VERSION_4_4
|
|
|
|
bool
|
2011-07-01 13:39:50 +00:00
|
|
|
default y if GCC_VERSION_4_4_6
|
2009-04-23 09:44:57 +00:00
|
|
|
|
2010-04-19 15:43:08 +00:00
|
|
|
config GCC_VERSION_4_5
|
|
|
|
bool
|
2011-08-18 12:06:17 +00:00
|
|
|
default y if GCC_VERSION_4_5_LINARO
|
2010-04-19 15:43:08 +00:00
|
|
|
|
2011-07-01 11:43:15 +00:00
|
|
|
config GCC_VERSION_4_6
|
|
|
|
bool
|
2011-08-18 12:13:54 +00:00
|
|
|
default y if (GCC_VERSION_4_6_1 || GCC_VERSION_4_6_LINARO)
|
2011-07-01 11:43:15 +00:00
|
|
|
|
2006-06-15 16:40:06 +00:00
|
|
|
if !TOOLCHAINOPTS
|
2009-04-30 09:36:19 +00:00
|
|
|
|
2011-07-01 13:39:50 +00:00
|
|
|
config GCC_VERSION_4_4_6
|
|
|
|
default y if GCC_DEFAULT_VERSION_4_4_6
|
2011-02-20 22:09:51 +00:00
|
|
|
bool
|
|
|
|
|
2011-08-18 12:06:17 +00:00
|
|
|
config GCC_VERSION_4_5_LINARO
|
|
|
|
default y if GCC_DEFAULT_VERSION_4_5_LINARO
|
2011-02-20 22:09:51 +00:00
|
|
|
bool
|
|
|
|
|
2006-06-15 16:40:06 +00:00
|
|
|
endif
|