diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2010-12-14 11:49:18 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2010-12-14 11:49:18 -0800 |
commit | fa62fd9e1e2bc97daf18f36705ac867d631af28a (patch) | |
tree | 8ef70a1de8aae1954d1aaac06dec82534f28ada5 | |
parent | 6cdc8c6d7e4f3201331af36f0ed0bf6487ace5b9 (diff) | |
download | crosstool-ng-fa62fd9e1e2bc97daf18f36705ac867d631af28a.tar.gz crosstool-ng-fa62fd9e1e2bc97daf18f36705ac867d631af28a.tar.bz2 crosstool-ng-fa62fd9e1e2bc97daf18f36705ac867d631af28a.zip |
config/binutils: Add binutils 2.21
Currently depends on EXPERIMENTAL, as it is not well tested and I'm
not sure if/which patches need to be ported forward from 2.20.1.
-rw-r--r-- | config/binutils/binutils.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index d751c15b..a076e07e 100644 --- a/config/binutils/binutils.in +++ b/config/binutils/binutils.in @@ -8,6 +8,11 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config BINUTILS_V_2_21 + bool + depends on EXPERIMENTAL + prompt "2.21" + config BINUTILS_V_2_20_1 bool prompt "2.20.1" @@ -44,6 +49,7 @@ config BINUTILS_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.21" if BINUTILS_V_2_21 default "2.20.1" if BINUTILS_V_2_20_1 default "2.20" if BINUTILS_V_2_20 default "2.19.1" if BINUTILS_V_2_19_1 |