2004-10-09 05:33:05 +00:00
|
|
|
comment "Binutils Options"
|
|
|
|
|
|
2004-10-09 01:06:03 +00:00
|
|
|
choice
|
|
|
|
|
prompt "Binutils Version"
|
2013-05-02 09:51:25 +00:00
|
|
|
depends on !BR2_arc
|
2015-07-28 10:48:21 -03:00
|
|
|
default BR2_BINUTILS_VERSION_2_24_X
|
2004-10-09 01:06:03 +00:00
|
|
|
help
|
|
|
|
|
Select the version of binutils you wish to use.
|
|
|
|
|
|
2015-07-28 10:48:21 -03:00
|
|
|
config BR2_BINUTILS_VERSION_2_23_X
|
2015-03-17 19:44:16 -03:00
|
|
|
depends on !BR2_aarch64 && !BR2_microblaze && \
|
2015-02-17 13:26:54 -03:00
|
|
|
!BR2_powerpc64le && !BR2_nios2
|
2015-10-12 11:08:06 +01:00
|
|
|
# Unsupported for MIPS R6
|
|
|
|
|
depends on !BR2_mips_32r6 && !BR2_mips_64r6
|
2013-03-26 08:25:58 +00:00
|
|
|
bool "binutils 2.23.2"
|
|
|
|
|
|
2015-07-28 10:48:21 -03:00
|
|
|
config BR2_BINUTILS_VERSION_2_24_X
|
2015-07-03 11:22:34 +10:00
|
|
|
# supported, but broken on Nios-II and powerpc64le
|
|
|
|
|
depends on !BR2_nios2 && !BR2_powerpc64le
|
2015-10-12 11:08:06 +01:00
|
|
|
# Unsupported for MIPS R6
|
|
|
|
|
depends on !BR2_mips_32r6 && !BR2_mips_64r6
|
2013-12-02 08:40:36 -03:00
|
|
|
bool "binutils 2.24"
|
|
|
|
|
|
2015-07-28 10:48:21 -03:00
|
|
|
config BR2_BINUTILS_VERSION_2_25_X
|
2015-07-28 10:48:22 -03:00
|
|
|
bool "binutils 2.25.1"
|
2014-12-24 09:22:23 -03:00
|
|
|
|
2004-10-09 01:06:03 +00:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
|
|
config BR2_BINUTILS_VERSION
|
|
|
|
|
string
|
2016-02-05 15:46:40 +03:00
|
|
|
default "arc-2015.12" if BR2_arc
|
2015-07-28 10:48:21 -03: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 10:48:22 -03:00
|
|
|
default "2.25.1" if BR2_BINUTILS_VERSION_2_25_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.
|