diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-03-24 20:49:07 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-03-24 20:49:07 +0000 |
commit | d458e7574628224d69f75794a2bee5254626119f (patch) | |
tree | 8051bce233617ecbfcfa5e0a314b1d6f30a23777 /toolchain/binutils/Config.in | |
parent | 8000420501a20acf0c1aca1d7038cbb9e5b8fbc2 (diff) |
- bump version to 2.17.50.0.14
Diffstat (limited to 'toolchain/binutils/Config.in')
-rw-r--r-- | toolchain/binutils/Config.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in index efcc0ed86..4a0192b7f 100644 --- a/toolchain/binutils/Config.in +++ b/toolchain/binutils/Config.in @@ -4,7 +4,7 @@ comment "Binutils Options" choice prompt "Binutils Version" - default BR2_BINUTILS_VERSION_2_16_91_0_7 + default BR2_BINUTILS_VERSION_2_17 help Select the version of binutils you wish to use. @@ -80,6 +80,9 @@ choice depends !BR2_nios2 bool "binutils 2.17.50.0.10" + config BR2_BINUTILS_VERSION_2_17_50_0_14 + depends !BR2_nios2 + bool "binutils 2.17.50.0.14" endchoice config BR2_BINUTILS_VERSION @@ -102,6 +105,7 @@ config BR2_BINUTILS_VERSION default "2.17.50.0.8" if BR2_BINUTILS_VERSION_2_17_50_0_8 default "2.17.50.0.9" if BR2_BINUTILS_VERSION_2_17_50_0_9 default "2.17.50.0.10" if BR2_BINUTILS_VERSION_2_17_50_0_10 + default "2.17.50.0.14" if BR2_BINUTILS_VERSION_2_17_50_0_14 config BR2_EXTRA_BINUTILS_CONFIG_OPTIONS string "Additional binutils options" |