diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-03-11 11:50:25 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-03-11 11:50:25 +0000 |
commit | 6dfce04b55851097a9f802df52f1e705364f812b (patch) | |
tree | 85a1405d0f8fb2c602435bea0e6b63f06bb8ce10 /toolchain/binutils/Config.in | |
parent | e1863691d9b67e4e449d5725da41abcba95483e4 (diff) | |
download | upstream-6dfce04b55851097a9f802df52f1e705364f812b.tar.gz upstream-6dfce04b55851097a9f802df52f1e705364f812b.tar.bz2 upstream-6dfce04b55851097a9f802df52f1e705364f812b.zip |
add binutils-2.20.1
SVN-Revision: 20137
Diffstat (limited to 'toolchain/binutils/Config.in')
-rw-r--r-- | toolchain/binutils/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in index 7c54e784b8..7b5127b46f 100644 --- a/toolchain/binutils/Config.in +++ b/toolchain/binutils/Config.in @@ -17,6 +17,10 @@ choice depends !avr32 depends !ubicom32 bool "binutils 2.20" + config BINUTILS_VERSION_2_20_1 + depends !avr32 + depends !ubicom32 + bool "binutils 2.20.1" config BINUTILS_VERSION_CS depends !avr32 @@ -39,5 +43,6 @@ config BINUTILS_VERSION default "2.18" if BINUTILS_VERSION_2_18 default "2.19.1" if BINUTILS_VERSION_2_19_1 default "2.20" if BINUTILS_VERSION_2_20 + default "2.20.1" if BINUTILS_VERSION_2_20_1 default "2.19.1+cs" if BINUTILS_VERSION_CS default "2.19.1" |