2004-10-09 07:33:05 +02:00
|
|
|
comment "Binutils Options"
|
|
|
|
|
2004-10-09 03:06:03 +02:00
|
|
|
choice
|
|
|
|
prompt "Binutils Version"
|
2011-08-16 00:13:20 +02:00
|
|
|
default BR2_BINUTILS_VERSION_2_21 if (BR2_mips || BR2_mipsel || BR2_sh)
|
2012-02-02 09:05:26 +01:00
|
|
|
default BR2_BINUTILS_VERSION_2_21_1 if (!BR2_UCLIBC_VERSION_0_9_31)
|
2011-08-24 14:45:46 +02:00
|
|
|
default BR2_BINUTILS_VERSION_2_21
|
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
|
|
|
|
depends on BR2_avr32
|
|
|
|
bool "binutils 2.18-avr32-1.0.1"
|
|
|
|
|
2009-12-02 14:32:34 +01:00
|
|
|
config BR2_BINUTILS_VERSION_2_20
|
2010-03-30 17:18:25 +02:00
|
|
|
depends on !BR2_avr32
|
2009-12-02 14:32:34 +01:00
|
|
|
bool "binutils 2.20"
|
|
|
|
|
2010-03-29 16:58:41 +02:00
|
|
|
config BR2_BINUTILS_VERSION_2_20_1
|
2010-03-30 17:18:25 +02:00
|
|
|
depends on !BR2_avr32
|
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
|
|
|
|
depends on !BR2_avr32
|
|
|
|
bool "binutils 2.21"
|
|
|
|
|
2011-07-21 19:54:22 +02:00
|
|
|
config BR2_BINUTILS_VERSION_2_21_1
|
2012-02-02 09:05:26 +01:00
|
|
|
depends on !(BR2_avr32 || BR2_UCLIBC_VERSION_0_9_31)
|
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
|
2012-02-02 09:05:26 +01:00
|
|
|
depends on !(BR2_avr32 || BR2_UCLIBC_VERSION_0_9_31)
|
2011-11-30 12:11:01 +01:00
|
|
|
bool "binutils 2.22"
|
|
|
|
|
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
|
2009-12-02 14:32:34 +01:00
|
|
|
default "2.20" if BR2_BINUTILS_VERSION_2_20
|
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
|
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.
|