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
|
2013-12-05 18:20:52 +01:00
|
|
|
depends on !BR2_microblaze
|
2011-08-16 00:13:20 +02:00
|
|
|
default BR2_BINUTILS_VERSION_2_21 if (BR2_mips || BR2_mipsel || BR2_sh)
|
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
|
2010-03-30 17:18:25 +02:00
|
|
|
depends on !BR2_avr32
|
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
|
|
|
|
depends on !BR2_avr32
|
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
|
2013-06-17 13:06:48 +02:00
|
|
|
depends on !BR2_avr32
|
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
|
2013-06-17 13:06:48 +02:00
|
|
|
depends on !BR2_avr32
|
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
|
2013-06-17 13:06:48 +02:00
|
|
|
depends on !BR2_avr32
|
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
|
2013-06-17 13:06:48 +02:00
|
|
|
depends on !BR2_avr32
|
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-02-13 13:41:46 +01:00
|
|
|
default "a934fe50786aa0dc0fb5da4754e7e07591c9cd8e" if BR2_arc
|
2013-12-05 18:20:52 +01:00
|
|
|
default "8351467c933d277ebea0c8d99ad2b65b5f7b6bc2" if BR2_microblaze
|
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.
|