From 0465c8b6f22ba02695b633cd81e8cb0d787c0122 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Fri, 3 Mar 2017 16:37:36 -0800 Subject: Add binutils 2.28 Signed-off-by: Alexey Neyman --- config/binutils/binutils.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config/binutils') diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index 695256aa..1bb674e6 100644 --- a/config/binutils/binutils.in +++ b/config/binutils/binutils.in @@ -60,6 +60,11 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config BINUTILS_V_2_28 + bool + prompt "2.28" + select BINUTILS_2_27_or_later + config BINUTILS_V_2_27 bool prompt "2.27" @@ -115,6 +120,7 @@ config BINUTILS_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.28" if BINUTILS_V_2_28 default "2.27" if BINUTILS_V_2_27 default "2.26" if BINUTILS_V_2_26 default "2.25.1" if BINUTILS_V_2_25_1 -- cgit v1.2.3