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