2004-10-09 05:33:05 +00:00
|
|
|
comment "Binutils Options"
|
|
|
|
|
|
2004-10-09 01:06:03 +00:00
|
|
|
choice
|
|
|
|
|
prompt "Binutils Version"
|
2017-07-29 15:09:05 +02:00
|
|
|
default BR2_BINUTILS_VERSION_2_28_X
|
2017-04-22 13:17:49 -04:00
|
|
|
depends on !BR2_arc
|
2004-10-09 01:06:03 +00:00
|
|
|
help
|
|
|
|
|
Select the version of binutils you wish to use.
|
|
|
|
|
|
2017-04-22 13:17:47 -04:00
|
|
|
config BR2_BINUTILS_VERSION_2_27_X
|
|
|
|
|
bool "binutils 2.27"
|
2017-05-04 17:28:37 +02:00
|
|
|
# binutils 2.27 triggers a bug in elf2flt on ARM/noMMU
|
|
|
|
|
depends on !(BR2_arm && !BR2_USE_MMU)
|
2016-09-05 22:11:50 -03:00
|
|
|
|
2017-04-22 13:17:47 -04:00
|
|
|
config BR2_BINUTILS_VERSION_2_28_X
|
2017-07-29 15:09:03 +02:00
|
|
|
bool "binutils 2.28.1"
|
2017-03-20 20:59:43 -04:00
|
|
|
|
2017-07-29 15:09:04 +02:00
|
|
|
config BR2_BINUTILS_VERSION_2_29_X
|
|
|
|
|
bool "binutils 2.29"
|
|
|
|
|
|
2004-10-09 01:06:03 +00:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
|
|
config BR2_BINUTILS_VERSION
|
|
|
|
|
string
|
2017-05-23 21:41:37 +03:00
|
|
|
default "arc-2017.03" if BR2_arc
|
2016-09-05 22:11:50 -03:00
|
|
|
default "2.27" if BR2_BINUTILS_VERSION_2_27_X
|
2017-07-29 15:09:03 +02:00
|
|
|
default "2.28.1" if BR2_BINUTILS_VERSION_2_28_X
|
2017-07-29 15:09:04 +02:00
|
|
|
default "2.29" if BR2_BINUTILS_VERSION_2_29_X
|
2006-03-10 08:46:36 +00:00
|
|
|
|
2015-03-06 13:34:06 +01:00
|
|
|
config BR2_BINUTILS_ENABLE_LTO
|
|
|
|
|
bool
|
|
|
|
|
|
2010-12-31 08:39:01 -03:00
|
|
|
config BR2_BINUTILS_EXTRA_CONFIG_OPTIONS
|
2006-07-17 03:53:12 +00:00
|
|
|
string "Additional binutils options"
|
|
|
|
|
default ""
|
|
|
|
|
help
|
2007-09-17 11:19:04 +00:00
|
|
|
Any additional binutils options you may want to include.
|