diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2013-10-07 00:00:34 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2013-10-07 00:00:34 +0200 |
commit | afa67897c96c861f7ad97e0a72308ffb2fe86cc6 (patch) | |
tree | 3b6593984add24049a3f04d49c9b692cced6d8a3 /config/binutils | |
parent | 2f59557376f12dd4f0796b70942fefacc265fcc9 (diff) | |
download | crosstool-ng-afa67897c96c861f7ad97e0a72308ffb2fe86cc6.tar.gz crosstool-ng-afa67897c96c861f7ad97e0a72308ffb2fe86cc6.tar.bz2 crosstool-ng-afa67897c96c861f7ad97e0a72308ffb2fe86cc6.zip |
binutils/binutils: add new versions
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'config/binutils')
-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 8b143f91..b2b40a08 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_23_2 + bool + prompt "2.23.2 (EXPERIMENTAL)" + depends on EXPERIMENTAL + config BINUTILS_V_2_23_1 bool prompt "2.23.1 (EXPERIMENTAL)" @@ -68,6 +73,7 @@ config BINUTILS_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.23.2" if BINUTILS_V_2_23_2 default "2.23.1" if BINUTILS_V_2_23_1 default "2.22" if BINUTILS_V_2_22 default "2.21.53" if BINUTILS_V_2_21_53 |