2004-10-09 07:33:05 +02:00
|
|
|
comment "Binutils Options"
|
|
|
|
|
2004-10-09 03:06:03 +02:00
|
|
|
choice
|
|
|
|
prompt "Binutils Version"
|
2018-06-01 19:26:29 +02:00
|
|
|
default BR2_BINUTILS_VERSION_2_28_X if BR2_ARM_INSTRUCTIONS_THUMB
|
|
|
|
default BR2_BINUTILS_VERSION_2_28_X if BR2_ARM_INSTRUCTIONS_THUMB2
|
2018-01-29 23:39:40 +01:00
|
|
|
default BR2_BINUTILS_VERSION_2_29_X if !BR2_arc
|
2017-11-10 17:37:26 +01:00
|
|
|
default BR2_BINUTILS_VERSION_ARC if BR2_arc
|
2004-10-09 03:06:03 +02:00
|
|
|
help
|
|
|
|
Select the version of binutils you wish to use.
|
|
|
|
|
2017-04-22 19:17:47 +02:00
|
|
|
config BR2_BINUTILS_VERSION_2_28_X
|
2017-07-29 15:09:03 +02:00
|
|
|
bool "binutils 2.28.1"
|
2017-11-10 17:37:26 +01:00
|
|
|
depends on !BR2_arc
|
2017-03-21 01:59:43 +01:00
|
|
|
|
2017-07-29 15:09:04 +02:00
|
|
|
config BR2_BINUTILS_VERSION_2_29_X
|
2017-09-30 18:56:02 +02:00
|
|
|
bool "binutils 2.29.1"
|
2017-07-29 15:09:04 +02:00
|
|
|
|
2018-01-29 23:39:39 +01:00
|
|
|
config BR2_BINUTILS_VERSION_2_30_X
|
|
|
|
bool "binutils 2.30"
|
|
|
|
|
2017-11-10 17:37:26 +01:00
|
|
|
config BR2_BINUTILS_VERSION_ARC
|
|
|
|
bool "binutils arc (2.29)"
|
|
|
|
depends on BR2_arc
|
2004-10-09 03:06:03 +02:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
config BR2_BINUTILS_VERSION
|
|
|
|
string
|
2018-06-25 17:45:35 +02:00
|
|
|
default "arc-2018.03" if BR2_BINUTILS_VERSION_ARC
|
2017-07-29 15:09:03 +02:00
|
|
|
default "2.28.1" if BR2_BINUTILS_VERSION_2_28_X
|
2017-09-30 18:56:02 +02:00
|
|
|
default "2.29.1" if BR2_BINUTILS_VERSION_2_29_X
|
2018-01-29 23:39:39 +01:00
|
|
|
default "2.30" if BR2_BINUTILS_VERSION_2_30_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.
|