2004-10-09 13:33:05 +08:00
|
|
|
comment "Binutils Options"
|
|
|
|
|
2004-10-09 09:06:03 +08:00
|
|
|
choice
|
|
|
|
prompt "Binutils Version"
|
2013-05-02 17:51:25 +08:00
|
|
|
depends on !BR2_arc
|
2013-12-06 01:20:52 +08:00
|
|
|
depends on !BR2_microblaze
|
2011-08-16 06:13:20 +08:00
|
|
|
default BR2_BINUTILS_VERSION_2_21 if (BR2_mips || BR2_mipsel || BR2_sh)
|
2013-10-07 05:45:10 +08:00
|
|
|
default BR2_BINUTILS_VERSION_2_22
|
2004-10-09 09:06:03 +08:00
|
|
|
help
|
|
|
|
Select the version of binutils you wish to use.
|
|
|
|
|
2009-12-14 18:19:34 +08:00
|
|
|
config BR2_BINUTILS_VERSION_2_18_AVR32_1_0_1
|
|
|
|
depends on BR2_avr32
|
|
|
|
bool "binutils 2.18-avr32-1.0.1"
|
|
|
|
|
2010-03-29 22:58:41 +08:00
|
|
|
config BR2_BINUTILS_VERSION_2_20_1
|
2010-03-30 23:18:25 +08:00
|
|
|
depends on !BR2_avr32
|
2013-07-16 16:03:15 +08:00
|
|
|
depends on !BR2_ARM_EABIHF
|
2010-03-29 22:58:41 +08:00
|
|
|
bool "binutils 2.20.1"
|
|
|
|
|
2010-12-31 19:39:01 +08:00
|
|
|
config BR2_BINUTILS_VERSION_2_21
|
|
|
|
depends on !BR2_avr32
|
2013-07-16 16:03:15 +08:00
|
|
|
depends on !BR2_ARM_EABIHF
|
2010-12-31 19:39:01 +08:00
|
|
|
bool "binutils 2.21"
|
|
|
|
|
2011-07-22 01:54:22 +08:00
|
|
|
config BR2_BINUTILS_VERSION_2_21_1
|
2013-06-17 19:06:48 +08:00
|
|
|
depends on !BR2_avr32
|
2013-07-16 16:03:15 +08:00
|
|
|
depends on !BR2_ARM_EABIHF
|
2011-07-22 01:54:22 +08:00
|
|
|
bool "binutils 2.21.1"
|
|
|
|
|
2011-11-30 19:11:01 +08:00
|
|
|
config BR2_BINUTILS_VERSION_2_22
|
2013-06-17 19:06:48 +08:00
|
|
|
depends on !BR2_avr32
|
2011-11-30 19:11:01 +08:00
|
|
|
bool "binutils 2.22"
|
2012-11-15 20:07:50 +08:00
|
|
|
|
|
|
|
config BR2_BINUTILS_VERSION_2_23_1
|
2013-06-17 19:06:48 +08:00
|
|
|
depends on !BR2_avr32
|
2012-11-15 20:07:50 +08:00
|
|
|
bool "binutils 2.23.1"
|
2011-11-30 19:11:01 +08:00
|
|
|
|
2013-03-26 16:25:58 +08:00
|
|
|
config BR2_BINUTILS_VERSION_2_23_2
|
2013-06-17 19:06:48 +08:00
|
|
|
depends on !BR2_avr32
|
2013-03-26 16:25:58 +08:00
|
|
|
bool "binutils 2.23.2"
|
|
|
|
|
2013-12-02 19:40:36 +08:00
|
|
|
config BR2_BINUTILS_VERSION_2_24
|
|
|
|
depends on !BR2_avr32
|
|
|
|
bool "binutils 2.24"
|
|
|
|
|
2004-10-09 09:06:03 +08:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
config BR2_BINUTILS_VERSION
|
|
|
|
string
|
2009-12-14 18:19:34 +08:00
|
|
|
default "2.18-avr32-1.0.1" if BR2_BINUTILS_VERSION_2_18_AVR32_1_0_1
|
2013-12-06 01:20:48 +08:00
|
|
|
default "0c824ba511fa9b028220eb3c39b566af89ac9dda" if BR2_arc
|
2013-12-06 01:20:52 +08:00
|
|
|
default "8351467c933d277ebea0c8d99ad2b65b5f7b6bc2" if BR2_microblaze
|
2010-03-29 22:58:41 +08:00
|
|
|
default "2.20.1" if BR2_BINUTILS_VERSION_2_20_1
|
2010-12-31 19:39:01 +08:00
|
|
|
default "2.21" if BR2_BINUTILS_VERSION_2_21
|
2011-07-22 01:54:22 +08:00
|
|
|
default "2.21.1" if BR2_BINUTILS_VERSION_2_21_1
|
2011-11-30 19:11:01 +08:00
|
|
|
default "2.22" if BR2_BINUTILS_VERSION_2_22
|
2012-11-15 20:07:50 +08:00
|
|
|
default "2.23.1" if BR2_BINUTILS_VERSION_2_23_1
|
2013-03-26 16:25:58 +08:00
|
|
|
default "2.23.2" if BR2_BINUTILS_VERSION_2_23_2
|
2013-12-02 19:40:36 +08:00
|
|
|
default "2.24" if BR2_BINUTILS_VERSION_2_24
|
2006-03-10 16:46:36 +08:00
|
|
|
|
2010-12-31 19:39:01 +08:00
|
|
|
config BR2_BINUTILS_EXTRA_CONFIG_OPTIONS
|
2006-07-17 11:53:12 +08:00
|
|
|
string "Additional binutils options"
|
|
|
|
default ""
|
|
|
|
help
|
2007-09-17 19:19:04 +08:00
|
|
|
Any additional binutils options you may want to include.
|