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
|
2011-08-16 00:13:20 +02:00
|
|
|
default BR2_BINUTILS_VERSION_2_21 if (BR2_mips || BR2_mipsel || BR2_sh)
|
2014-05-25 08:59:22 +02:00
|
|
|
default BR2_BINUTILS_VERSION_2_24 if BR2_microblaze || BR2_powerpc64le
|
2013-10-06 23:45:10 +02:00
|
|
|
default BR2_BINUTILS_VERSION_2_22
|
2004-10-09 03:06:03 +02:00
|
|
|
help
|
|
|
|
Select the version of binutils you wish to use.
|
|
|
|
|
2009-12-14 11:19:34 +01:00
|
|
|
config BR2_BINUTILS_VERSION_2_18_AVR32_1_0_1
|
2014-01-27 22:51:39 +01:00
|
|
|
depends on BR2_avr32
|
|
|
|
bool "binutils 2.18-avr32-1.0.1"
|
2009-12-14 11:19:34 +01:00
|
|
|
|
2010-03-29 16:58:41 +02:00
|
|
|
config BR2_BINUTILS_VERSION_2_20_1
|
2014-04-13 11:46:58 +02:00
|
|
|
depends on !BR2_avr32 && !BR2_aarch64 && !BR2_microblaze
|
2013-07-16 10:03:15 +02:00
|
|
|
depends on !BR2_ARM_EABIHF
|
2010-03-29 16:58:41 +02:00
|
|
|
bool "binutils 2.20.1"
|
|
|
|
|
2010-12-31 12:39:01 +01:00
|
|
|
config BR2_BINUTILS_VERSION_2_21
|
2014-04-13 11:46:58 +02:00
|
|
|
depends on !BR2_avr32 && !BR2_aarch64 && !BR2_microblaze
|
2013-07-16 10:03:15 +02:00
|
|
|
depends on !BR2_ARM_EABIHF
|
2010-12-31 12:39:01 +01:00
|
|
|
bool "binutils 2.21"
|
|
|
|
|
2011-07-21 19:54:22 +02:00
|
|
|
config BR2_BINUTILS_VERSION_2_21_1
|
2014-04-13 11:46:58 +02:00
|
|
|
depends on !BR2_avr32 && !BR2_aarch64 && !BR2_microblaze
|
2013-07-16 10:03:15 +02:00
|
|
|
depends on !BR2_ARM_EABIHF
|
2011-07-21 19:54:22 +02:00
|
|
|
bool "binutils 2.21.1"
|
|
|
|
|
2011-11-30 12:11:01 +01:00
|
|
|
config BR2_BINUTILS_VERSION_2_22
|
2014-04-13 11:46:58 +02:00
|
|
|
depends on !BR2_avr32 && !BR2_aarch64 && !BR2_microblaze
|
2011-11-30 12:11:01 +01:00
|
|
|
bool "binutils 2.22"
|
2012-11-15 13:07:50 +01:00
|
|
|
|
|
|
|
config BR2_BINUTILS_VERSION_2_23_1
|
2014-04-13 11:46:58 +02:00
|
|
|
depends on !BR2_avr32 && !BR2_aarch64 && !BR2_microblaze
|
2012-11-15 13:07:50 +01:00
|
|
|
bool "binutils 2.23.1"
|
2011-11-30 12:11:01 +01:00
|
|
|
|
2013-03-26 09:25:58 +01:00
|
|
|
config BR2_BINUTILS_VERSION_2_23_2
|
2014-04-13 11:46:58 +02:00
|
|
|
depends on !BR2_avr32 && !BR2_aarch64 && !BR2_microblaze
|
2013-03-26 09:25:58 +01:00
|
|
|
bool "binutils 2.23.2"
|
|
|
|
|
2013-12-02 12:40:36 +01:00
|
|
|
config BR2_BINUTILS_VERSION_2_24
|
|
|
|
depends on !BR2_avr32
|
|
|
|
bool "binutils 2.24"
|
|
|
|
|
2004-10-09 03:06:03 +02:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
config BR2_BINUTILS_VERSION
|
|
|
|
string
|
2009-12-14 11:19:34 +01:00
|
|
|
default "2.18-avr32-1.0.1" if BR2_BINUTILS_VERSION_2_18_AVR32_1_0_1
|
2014-04-29 17:31:13 +02:00
|
|
|
default "arc-4.8-R3" if BR2_arc
|
2010-03-29 16:58:41 +02:00
|
|
|
default "2.20.1" if BR2_BINUTILS_VERSION_2_20_1
|
2010-12-31 12:39:01 +01:00
|
|
|
default "2.21" if BR2_BINUTILS_VERSION_2_21
|
2011-07-21 19:54:22 +02:00
|
|
|
default "2.21.1" if BR2_BINUTILS_VERSION_2_21_1
|
2011-11-30 12:11:01 +01:00
|
|
|
default "2.22" if BR2_BINUTILS_VERSION_2_22
|
2012-11-15 13:07:50 +01:00
|
|
|
default "2.23.1" if BR2_BINUTILS_VERSION_2_23_1
|
2013-03-26 09:25:58 +01:00
|
|
|
default "2.23.2" if BR2_BINUTILS_VERSION_2_23_2
|
2013-12-02 12:40:36 +01:00
|
|
|
default "2.24" if BR2_BINUTILS_VERSION_2_24
|
2006-03-10 09:46:36 +01:00
|
|
|
|
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.
|