diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-02-18 13:45:35 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-02-18 13:45:35 +0000 |
commit | 73eefab7b94e8c751bebb26dbb3b0ca2aef4377a (patch) | |
tree | d32e275fa3ee501cca80fe89be5f4060ae2e1380 /toolchain/binutils | |
parent | 590cb083bcfd4b236e9ec4657787b90e1ea3d7d4 (diff) | |
download | upstream-73eefab7b94e8c751bebb26dbb3b0ca2aef4377a.tar.gz upstream-73eefab7b94e8c751bebb26dbb3b0ca2aef4377a.tar.bz2 upstream-73eefab7b94e8c751bebb26dbb3b0ca2aef4377a.zip |
whitespace cleanup
SVN-Revision: 25570
Diffstat (limited to 'toolchain/binutils')
-rw-r--r-- | toolchain/binutils/Config.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in index 207b2a05ac..ec74eaa030 100644 --- a/toolchain/binutils/Config.in +++ b/toolchain/binutils/Config.in @@ -10,13 +10,13 @@ choice config BINUTILS_VERSION_2_19_1 bool "binutils 2.19.1" - config BINUTILS_VERSION_2_20_1 - depends !ubicom32 - bool "binutils 2.20.1" + config BINUTILS_VERSION_2_20_1 + depends !ubicom32 + bool "binutils 2.20.1" - config BINUTILS_VERSION_2_21 - depends !ubicom32 - bool "binutils 2.21" + config BINUTILS_VERSION_2_21 + depends !ubicom32 + bool "binutils 2.21" config BINUTILS_VERSION_CS depends !avr32 |