From 31be46e16924dc6feaffa8f53b2f88ed8d6687ea Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Tue, 14 Mar 2017 00:38:59 +0100 Subject: toolchain/binutils: Add binutils 2.28 Add binutils 2.28 to repo Signed-off-by: Daniel Engberg --- toolchain/binutils/Config.version | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'toolchain/binutils/Config.version') diff --git a/toolchain/binutils/Config.version b/toolchain/binutils/Config.version index e23b35f6fa..66e1ee2c78 100644 --- a/toolchain/binutils/Config.version +++ b/toolchain/binutils/Config.version @@ -2,6 +2,9 @@ config BINUTILS_VERSION_2_27 default y if (!TOOLCHAINOPTS && !arc) bool +config BINUTILS_VERSION_2_28 + bool + config BINUTILS_VERSION_2_26_ARC default y if (!TOOLCHAINOPTS && arc) bool @@ -9,5 +12,6 @@ config BINUTILS_VERSION_2_26_ARC config BINUTILS_VERSION string default "2.27" if BINUTILS_VERSION_2_27 + default "2.28" if BINUTILS_VERSION_2_28 default "arc-2016.03" if BINUTILS_VERSION_2_26_ARC -- cgit v1.2.3