From f55573cee45f0392806333166cd040c99825e488 Mon Sep 17 00:00:00 2001 From: Yunlian Jiang Date: Mon, 24 Sep 2018 15:43:03 -0700 Subject: vboot_reference: set CC=armv7a-cros-linux-gnueabihf-gcc for ARM We want to drop armv7a-cros-linux-gnueabi toolchain, so we need to use armv7a-cros-linux-gnueabihf-gcc instead. BRANCH=None BUG=chromium:711369 TEST=emerge-kevin vboot_reference Change-Id: Ie6831079162916eb11e98da3aecdcd8c0bd0d82d Reviewed-on: https://chromium-review.googlesource.com/1241856 Commit-Ready: ChromeOS CL Exonerator Bot Tested-by: Yunlian Jiang Reviewed-by: Mike Frysinger --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 300e735c..89ca115b 100644 --- a/Makefile +++ b/Makefile @@ -143,7 +143,7 @@ COMMON_FLAGS := -nostdinc -pipe \ # Note: FIRMWARE_ARCH is defined by the Chromium OS ebuild. ifeq (${FIRMWARE_ARCH}, arm) -CC ?= armv7a-cros-linux-gnueabi-gcc +CC ?= armv7a-cros-linux-gnueabihf-gcc CFLAGS ?= -march=armv5 \ -fno-common -ffixed-r8 \ -mfloat-abi=hard -marm -mabi=aapcs-linux -mno-thumb-interwork \ -- cgit v1.2.1