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
|
2015-07-28 15:48:21 +02:00
|
|
|
default BR2_BINUTILS_VERSION_2_24_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_23_X
|
2015-03-17 23:44:16 +01:00
|
|
|
depends on !BR2_aarch64 && !BR2_microblaze && \
|
2015-02-17 17:26:54 +01:00
|
|
|
!BR2_powerpc64le && !BR2_nios2
|
2013-03-26 09:25:58 +01:00
|
|
|
bool "binutils 2.23.2"
|
|
|
|
|
2015-07-28 15:48:21 +02:00
|
|
|
config BR2_BINUTILS_VERSION_2_24_X
|
2015-07-03 03:22:34 +02:00
|
|
|
# supported, but broken on Nios-II and powerpc64le
|
|
|
|
depends on !BR2_nios2 && !BR2_powerpc64le
|
2013-12-02 12:40:36 +01:00
|
|
|
bool "binutils 2.24"
|
|
|
|
|
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"
|
2014-12-24 13:22:23 +01:00
|
|
|
|
2004-10-09 03:06:03 +02:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
config BR2_BINUTILS_VERSION
|
|
|
|
string
|
2015-07-15 14:51:18 +02:00
|
|
|
default "arc-2015.06" if BR2_arc
|
2015-07-28 15:48:21 +02:00
|
|
|
default "2.23.2" if BR2_BINUTILS_VERSION_2_23_X
|
|
|
|
default "2.24" if BR2_BINUTILS_VERSION_2_24_X
|
2015-07-28 15:48:22 +02:00
|
|
|
default "2.25.1" if BR2_BINUTILS_VERSION_2_25_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.
|