summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain/binutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'misc/buildroot/toolchain/binutils/Config.in')
-rw-r--r--misc/buildroot/toolchain/binutils/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/buildroot/toolchain/binutils/Config.in b/misc/buildroot/toolchain/binutils/Config.in
index d1e674ba5..028ac0412 100644
--- a/misc/buildroot/toolchain/binutils/Config.in
+++ b/misc/buildroot/toolchain/binutils/Config.in
@@ -30,6 +30,10 @@ choice
config BR2_BINUTILS_VERSION_2_21_1
depends !BR2_avr32 && !BR2_nios2 && !BR2_m9s12x
bool "binutils 2.21.1"
+
+ config BR2_BINUTILS_VERSION_2_22
+ depends !BR2_avr32 && !BR2_nios2 && !BR2_m9s12x
+ bool "binutils 2.22"
endchoice
config BR2_BINUTILS_VERSION
@@ -39,6 +43,7 @@ config BR2_BINUTILS_VERSION
default "2.19" if BR2_BINUTILS_VERSION_2_19
default "2.19.1" if BR2_BINUTILS_VERSION_2_19_1
default "2.21.1" if BR2_BINUTILS_VERSION_2_21_1
+ default "2.22" if BR2_BINUTILS_VERSION_2_22
config BR2_EXTRA_BINUTILS_CONFIG_OPTIONS
string "Additional binutils options"