diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-10-27 20:06:46 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-10-27 20:06:46 +0100 |
commit | ac17b542fe3737eb3eb84fd30ada615a21e96b55 (patch) | |
tree | 47032b4d3a797e9ffd4d779cdb7d6cf02ebd7206 /config/binutils | |
parent | 4ae5060ec81b4d4673a4091acd00e16edf16007e (diff) | |
download | crosstool-ng-ac17b542fe3737eb3eb84fd30ada615a21e96b55.tar.gz crosstool-ng-ac17b542fe3737eb3eb84fd30ada615a21e96b55.tar.bz2 crosstool-ng-ac17b542fe3737eb3eb84fd30ada615a21e96b55.zip |
config/binutils: add latest version 2.20
Also add patchset vampirised from Gentoo.
Diffstat (limited to 'config/binutils')
-rw-r--r-- | config/binutils/binutils.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index eb4061d1..f6e09f7c 100644 --- a/config/binutils/binutils.in +++ b/config/binutils/binutils.in @@ -8,6 +8,10 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config BINUTILS_V_2_20 + bool + prompt "2.20" + config BINUTILS_V_2_19_1 bool prompt "2.19.1" @@ -34,6 +38,7 @@ config BINUTILS_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.20" if BINUTILS_V_2_20 default "2.19.1" if BINUTILS_V_2_19_1 default "2.19" if BINUTILS_V_2_19 default "2.18" if BINUTILS_V_2_18 |