diff options
Diffstat (limited to 'toolchain/binutils/Config.in')
-rw-r--r-- | toolchain/binutils/Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in index 414b1d905a..8c90597091 100644 --- a/toolchain/binutils/Config.in +++ b/toolchain/binutils/Config.in @@ -2,9 +2,8 @@ choice prompt "Binutils Version" if TOOLCHAINOPTS - default BINUTILS_VERSION_2_19_1 default BINUTILS_VERSION_2_20_1 if avr32 - default BINUTILS_VERSION_2_22 + default BINUTILS_VERSION_2_22 if !avr32 help Select the version of binutils you wish to use. |