diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-12-27 12:42:42 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-12-27 12:42:42 +0100 |
commit | 982cfde700ed515f4ce2044d490e0932d4bbfd08 (patch) | |
tree | d93e79fc204535f5e9eaef3c02e83c193a7eab33 | |
parent | 515938dc92ad40854f8673bec880b8317203f5d5 (diff) | |
download | crosstool-ng-982cfde700ed515f4ce2044d490e0932d4bbfd08.tar.gz crosstool-ng-982cfde700ed515f4ce2044d490e0932d4bbfd08.tar.bz2 crosstool-ng-982cfde700ed515f4ce2044d490e0932d4bbfd08.zip |
binutils/binutils: add latest version
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
-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 f9170713..b7fd02d7 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_1 + bool + prompt "2.23.1 (EXPERIMENTAL)" + depends on EXPERIMENTAL + config BINUTILS_V_2_22 bool prompt "2.22" @@ -62,6 +67,7 @@ config BINUTILS_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + 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 default "2.21.1a" if BINUTILS_V_2_21_1a |