summaryrefslogtreecommitdiff
path: root/core/minute-ia/build.mk
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2018-08-13 19:24:42 +0200
committerchrome-bot <chrome-bot@chromium.org>2018-08-15 16:37:32 -0700
commitbcd6842fb861b99588039b0bb72fafd92853525e (patch)
tree9a7b4c33ae8848ca0b87f864122769c6ac84a061 /core/minute-ia/build.mk
parent8dd602a7505176b120c9bee267aee3dcb950559d (diff)
downloadchrome-ec-bcd6842fb861b99588039b0bb72fafd92853525e.tar.gz
**/build.mk: Set CROSS_COMPILE* to point to coreboot-sdk
board/servo_v4 used it already but doesn't need the override anymore, nds32 also used it, therefore no change. BUG=chromium:851727,b:65441143 BRANCH=none TEST=builds with the new compiler Change-Id: I59a7181b87293da2a8515b158c17417b5ba05404 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://chromium-review.googlesource.com/1172974 Commit-Ready: Patrick Georgi <pgeorgi@chromium.org> Tested-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-by: Stefan Reinauer <reinauer@google.com>
Diffstat (limited to 'core/minute-ia/build.mk')
-rw-r--r--core/minute-ia/build.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/minute-ia/build.mk b/core/minute-ia/build.mk
index 4fae1ac107..b9722da508 100644
--- a/core/minute-ia/build.mk
+++ b/core/minute-ia/build.mk
@@ -7,7 +7,8 @@
#
# Select Minute-IA bare-metal toolchain
-$(call set-option,CROSS_COMPILE,$(CROSS_COMPILE_i386),i686-pc-linux-gnu-)
+$(call set-option,CROSS_COMPILE,$(CROSS_COMPILE_i386),\
+ /opt/coreboot-sdk/bin/i386-elf-)
# FPU compilation flags
CFLAGS_FPU-$(CONFIG_FPU)=