2004-10-09 07:33:05 +02:00
|
|
|
comment "Binutils Options"
|
|
|
|
|
2004-10-09 03:06:03 +02:00
|
|
|
choice
|
|
|
|
prompt "Binutils Version"
|
2013-05-02 11:51:25 +02:00
|
|
|
depends on !BR2_arc
|
2016-09-08 03:17:24 +02:00
|
|
|
default BR2_BINUTILS_VERSION_2_26_X
|
2004-10-09 03:06:03 +02:00
|
|
|
help
|
|
|
|
Select the version of binutils you wish to use.
|
|
|
|
|
2015-07-28 15:48:21 +02:00
|
|
|
config BR2_BINUTILS_VERSION_2_25_X
|
2015-07-28 15:48:22 +02:00
|
|
|
bool "binutils 2.25.1"
|
2016-06-03 06:05:31 +02:00
|
|
|
# supported but broken on Blackfin
|
|
|
|
depends on !BR2_bfin
|
2014-12-24 13:22:23 +01:00
|
|
|
|
2016-02-07 18:23:22 +01:00
|
|
|
config BR2_BINUTILS_VERSION_2_26_X
|
2016-06-30 00:35:54 +02:00
|
|
|
bool "binutils 2.26.1"
|
2016-02-07 18:23:22 +01:00
|
|
|
|
2016-09-06 03:11:50 +02:00
|
|
|
config BR2_BINUTILS_VERSION_2_27_X
|
|
|
|
bool "binutils 2.27"
|
|
|
|
|
2004-10-09 03:06:03 +02:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
config BR2_BINUTILS_VERSION
|
|
|
|
string
|
2016-12-19 13:11:57 +01:00
|
|
|
default "arc-2016.09-release" if BR2_arc
|
2015-07-28 15:48:22 +02:00
|
|
|
default "2.25.1" if BR2_BINUTILS_VERSION_2_25_X
|
2016-06-30 00:35:54 +02:00
|
|
|
default "2.26.1" if BR2_BINUTILS_VERSION_2_26_X
|
2016-09-06 03:11:50 +02:00
|
|
|
default "2.27" if BR2_BINUTILS_VERSION_2_27_X
|
2006-03-10 09:46:36 +01:00
|
|
|
|
2015-03-06 13:34:06 +01:00
|
|
|
config BR2_BINUTILS_ENABLE_LTO
|
|
|
|
bool
|
|
|
|
|
2010-12-31 12:39:01 +01:00
|
|
|
config BR2_BINUTILS_EXTRA_CONFIG_OPTIONS
|
2006-07-17 05:53:12 +02:00
|
|
|
string "Additional binutils options"
|
|
|
|
default ""
|
|
|
|
help
|
2007-09-17 13:19:04 +02:00
|
|
|
Any additional binutils options you may want to include.
|