From f3e23a313558b1e9e913878d7a638ff32321a4b3 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 7 Aug 2017 15:27:15 -0700 Subject: buildgcc: Integrate nds32 update from Andes Technology This patch has been provided by Mentor Chih-Chyang Chang on behalf of Andes Technology. It fixes using the coreboot toolchain to compile the Chrome EC code base on the ITE8320 embedded controller. The new patch incorporates a fix for the issue previously fixed by patches/gcc-6.3.0_nds32.patch, so that patch can be removed. patches/gcc-6.3.0_riscv.patch needs to be slightly adjusted to still apply cleanly (configure scripts only). Change-Id: I0033888360f13ba951b692b3242aab6697ca61b3 Signed-off-by: Stefan Reinauer Reviewed-on: https://review.coreboot.org/20901 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- util/crossgcc/buildgcc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/crossgcc/buildgcc') diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index dcfb9a6b45..9cbdfc6001 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -18,8 +18,8 @@ cd $(dirname $0) -CROSSGCC_DATE="July 27th, 2017" -CROSSGCC_VERSION="1.46" +CROSSGCC_DATE="August 16th, 2017" +CROSSGCC_VERSION="1.47" CROSSGCC_COMMIT=$( git describe ) # default settings -- cgit v1.2.3