From b49e2331675bb50c2973fe913c33e336f866eba8 Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Thu, 1 Jan 2015 16:19:11 -0800 Subject: binutils: Add binutils-2.25 This also updates the patches from 2.24. Signed-off-by: Bryan Hundven --- config/binutils/binutils.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'config/binutils') 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 -- cgit v1.2.3