From da6ba853ce62dabdc0264ebfa7fc7f32b43223d3 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Wed, 27 Feb 2019 10:00:08 +0000 Subject: toolchain: Use binutils 2.32 by default for ARC Use binutils 2.32 by default for ARC targets Signed-off-by: Daniel Engberg --- toolchain/binutils/Config.version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/binutils/Config.version') diff --git a/toolchain/binutils/Config.version b/toolchain/binutils/Config.version index f125bf74bf..3a0fc5b43f 100644 --- a/toolchain/binutils/Config.version +++ b/toolchain/binutils/Config.version @@ -1,5 +1,4 @@ config BINUTILS_VERSION_2_29_ARC - default y if (!TOOLCHAINOPTS && arc) bool config BINUTILS_VERSION_2_29_1 @@ -10,6 +9,7 @@ config BINUTILS_VERSION_2_31_1 bool config BINUTILS_VERSION_2_32 + default y if (!TOOLCHAINOPTS && arc) bool config BINUTILS_VERSION -- cgit v1.2.3