aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-02-03 16:23:01 +0000
committerNicolas Thill <nico@openwrt.org>2009-02-03 16:23:01 +0000
commit3cdd8c0d66a4e0c7281bf23345e4973763d0ebbf (patch)
tree06177ec2e6c6aff064fec747682290969135d523 /toolchain/binutils/Config.in
parent2d0ff5eb7a05d6f946c1b0e2dcf255b36f30da6f (diff)
downloadmaster-187ad058-3cdd8c0d66a4e0c7281bf23345e4973763d0ebbf.tar.gz
master-187ad058-3cdd8c0d66a4e0c7281bf23345e4973763d0ebbf.tar.bz2
master-187ad058-3cdd8c0d66a4e0c7281bf23345e4973763d0ebbf.zip
[toolchain] binutils: add support for v2.19.1 (from #4492, thanks to dwrobel)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14393 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/binutils/Config.in')
-rw-r--r--toolchain/binutils/Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in
index 1868a06383..a3d0ba720e 100644
--- a/toolchain/binutils/Config.in
+++ b/toolchain/binutils/Config.in
@@ -18,6 +18,8 @@ choice
depends !TARGET_avr32
bool "binutils 2.19"
+ config BINUTILS_VERSION_2_19_1
+ bool "binutils 2.19.1"
endchoice
config EXTRA_BINUTILS_CONFIG_OPTIONS
@@ -33,6 +35,7 @@ config BINUTILS_VERSION
default "2.17" if BINUTILS_VERSION_2_17
default "2.18" if BINUTILS_VERSION_2_18
default "2.19" if BINUTILS_VERSION_2_19
+ default "2.19.1" if BINUTILS_VERSION_2_19_1
default "2.18" if TARGET_avr32
default "2.18" if TARGET_ppc44x || TARGET_ppc40x
default "2.17"