From 6ea3eff6b79d249122033457c7e2f7f8c61334f2 Mon Sep 17 00:00:00 2001 From: Paul Burton Date: Sat, 14 Jun 2014 00:04:33 +0100 Subject: console: Allow bootblock console on MIPS In addition to ARM based systems, allow MIPS based systems to select bootblock console support. BUG=chrome-os-partner:31438 TEST=none yet Change-Id: I40e5d8b651102709118878a317f7e983a617f433 Signed-off-by: Patrick Georgi Original-Commit-Id: 1a41853273ef9ae716d5645379fcef79c5771b87 Original-Change-Id: I41f03ea8c8104ba2dd9f532b084696385d29636c Original-Signed-off-by: Paul Burton Original-Reviewed-on: https://chromium-review.googlesource.com/207973 Original-Reviewed-by: Aaron Durbin Original-Tested-by: Vadim Bendebury Original-Commit-Queue: Vadim Bendebury Reviewed-on: http://review.coreboot.org/8769 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- toolchain.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'toolchain.inc') diff --git a/toolchain.inc b/toolchain.inc index 83f478b9f28c..d69fe26e7616 100644 --- a/toolchain.inc +++ b/toolchain.inc @@ -64,7 +64,8 @@ CFLAGS_arm := -mno-unaligned-access -ffunction-sections -fdata-sections CFLAGS_arm64 := -ffunction-sections -fdata-sections -CFLAGS_mipsel := -mips32r2 -G 0 -ffunction-sections -fdata-sections +CFLAGS_mipsel := -mips32r2 -G 0 -ffunction-sections -fdata-sections +CFLAGS_mipsel += -mno-abicalls -fno-pic CFLAGS_x86_32 := -ffunction-sections -fdata-sections -- cgit v1.2.3