diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-01-01 16:19:11 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-01-01 16:19:11 -0800 |
commit | b49e2331675bb50c2973fe913c33e336f866eba8 (patch) | |
tree | d9f8efe4e967af0eea3e3db3eac04d2f78cf0329 /config/binutils | |
parent | 11ae33951a4981ebe3c52a351e437a3b7a07f6cd (diff) | |
download | crosstool-ng-b49e2331675bb50c2973fe913c33e336f866eba8.tar.gz crosstool-ng-b49e2331675bb50c2973fe913c33e336f866eba8.tar.bz2 crosstool-ng-b49e2331675bb50c2973fe913c33e336f866eba8.zip |
binutils: Add binutils-2.25
This also updates the patches from 2.24.
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'config/binutils')
-rw-r--r-- | config/binutils/binutils.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index 6dc289df..f21cbca0 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_25 + bool + prompt "2.25" + select BINUTILS_2_25_or_later + config BINUTILS_V_2_24 bool prompt "2.24" @@ -77,6 +82,7 @@ config BINUTILS_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.25" if BINUTILS_V_2_25 default "2.24" if BINUTILS_V_2_24 default "2.23.2" if BINUTILS_V_2_23_2 default "2.23.1" if BINUTILS_V_2_23_1 @@ -88,6 +94,10 @@ config BINUTILS_VERSION default "2.18a" if BINUTILS_V_2_18a default "custom" if BINUTILS_CUSTOM +config BINUTILS_2_25_or_later + bool + select BINUTILS_2_24_or_later + config BINUTILS_2_24_or_later bool select BINUTILS_2_23_or_later |