summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/servo_v4/build.mk2
-rw-r--r--core/cortex-m/build.mk3
-rw-r--r--core/cortex-m0/build.mk3
-rw-r--r--core/minute-ia/build.mk3
4 files changed, 6 insertions, 5 deletions
diff --git a/board/servo_v4/build.mk b/board/servo_v4/build.mk
index 6f757633f0..6336bbfab6 100644
--- a/board/servo_v4/build.mk
+++ b/board/servo_v4/build.mk
@@ -9,8 +9,6 @@
CHIP:=stm32
CHIP_FAMILY:=stm32f0
CHIP_VARIANT:=stm32f07x
-$(call set-option,CROSS_COMPILE_arm,$(CROSS_COMPILE_arm),\
- /opt/coreboot-sdk/bin/arm-eabi-)
# Not enough SRAM: Disable all tests
test-list-y=
diff --git a/core/cortex-m/build.mk b/core/cortex-m/build.mk
index b07a2914de..c46518683b 100644
--- a/core/cortex-m/build.mk
+++ b/core/cortex-m/build.mk
@@ -7,7 +7,8 @@
#
# Select ARMv7-m bare-metal toolchain
-$(call set-option,CROSS_COMPILE,$(CROSS_COMPILE_arm),arm-none-eabi-)
+$(call set-option,CROSS_COMPILE,$(CROSS_COMPILE_arm),\
+ /opt/coreboot-sdk/bin/arm-eabi-)
# FPU compilation flags
CFLAGS_FPU-$(CONFIG_FPU)=-mfpu=fpv4-sp-d16 -mfloat-abi=hard
diff --git a/core/cortex-m0/build.mk b/core/cortex-m0/build.mk
index 2023bd9607..fedf646640 100644
--- a/core/cortex-m0/build.mk
+++ b/core/cortex-m0/build.mk
@@ -7,7 +7,8 @@
#
# Select ARMv6-m compatible bare-metal toolchain
-$(call set-option,CROSS_COMPILE,$(CROSS_COMPILE_arm),arm-none-eabi-)
+$(call set-option,CROSS_COMPILE,$(CROSS_COMPILE_arm),\
+ /opt/coreboot-sdk/bin/arm-eabi-)
# CPU specific compilation flags
CFLAGS_CPU+=-mthumb -Os -mno-sched-prolog
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)=