summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain/binutils
diff options
context:
space:
mode:
Diffstat (limited to 'misc/buildroot/toolchain/binutils')
-rw-r--r--misc/buildroot/toolchain/binutils/Config.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/misc/buildroot/toolchain/binutils/Config.in b/misc/buildroot/toolchain/binutils/Config.in
index efcc0ed86..56571a3e6 100644
--- a/misc/buildroot/toolchain/binutils/Config.in
+++ b/misc/buildroot/toolchain/binutils/Config.in
@@ -4,7 +4,7 @@ comment "Binutils Options"
choice
prompt "Binutils Version"
- default BR2_BINUTILS_VERSION_2_16_91_0_7
+ default BR2_BINUTILS_VERSION_2_19
help
Select the version of binutils you wish to use.
@@ -80,6 +80,10 @@ choice
depends !BR2_nios2
bool "binutils 2.17.50.0.10"
+ config BR2_BINUTILS_VERSION_2_19
+ depends !BR2_avr32 && !BR2_nios2
+ bool "binutils 2.19"
+
endchoice
config BR2_BINUTILS_VERSION
@@ -102,6 +106,7 @@ config BR2_BINUTILS_VERSION
default "2.17.50.0.8" if BR2_BINUTILS_VERSION_2_17_50_0_8
default "2.17.50.0.9" if BR2_BINUTILS_VERSION_2_17_50_0_9
default "2.17.50.0.10" if BR2_BINUTILS_VERSION_2_17_50_0_10
+ default "2.19" if BR2_BINUTILS_VERSION_2_19
config BR2_EXTRA_BINUTILS_CONFIG_OPTIONS
string "Additional binutils options"