[coreboot-gerrit] New patch to review for coreboot: build system: avoid setting HOSTCC to " gcc"

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Mon Feb 1 12:07:54 CET 2016


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13544

-gerrit

commit af4c7c3ea1e84cec2302c46a8df082bd4de7339e
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Mon Feb 1 12:02:29 2016 +0100

    build system: avoid setting HOSTCC to " gcc"
    
    Change-Id: I650b3a347edc2d575c5cbee2051f8ed7b4bd1645
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index a464345..2f44418 100644
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,7 @@ endif
 # Disable implicit/built-in rules to make Makefile errors fail fast.
 .SUFFIXES:
 
-HOSTCC := $(if $(shell type gcc 2>/dev/null), gcc, cc)
+HOSTCC := $(if $(shell type gcc 2>/dev/null),gcc,cc)
 HOSTCXX = g++
 HOSTCFLAGS := -g
 HOSTCXXFLAGS := -g



More information about the coreboot-gerrit mailing list