[coreboot-gerrit] New patch to review for coreboot: e0b70b7 cbfstool: Don't assume compiler is gcc, and use $(CC)

Alexandru Gagniuc (mr.nuke.me@gmail.com) gerrit at coreboot.org
Tue Jan 28 00:18:44 CET 2014


Alexandru Gagniuc (mr.nuke.me at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4841

-gerrit

commit e0b70b7ca01a95ccd65bd485b57d944a4bc2721b
Author: Alexandru Gagniuc <mr.nuke.me at gmail.com>
Date:   Mon Jan 27 17:17:29 2014 -0600

    cbfstool: Don't assume compiler is gcc, and use $(CC)
    
    Change-Id: I49feb5be885369fca10c8db31329e51d87031641
    Signed-off-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>
---
 util/cbfstool/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/cbfstool/Makefile b/util/cbfstool/Makefile
index 5e4fdcb..b5f74b8 100644
--- a/util/cbfstool/Makefile
+++ b/util/cbfstool/Makefile
@@ -1,6 +1,6 @@
 obj ?= $(shell pwd)
 
-HOSTCC ?= gcc
+HOSTCC ?= $(CC)
 CFLAGS ?= -g
 CFLAGS += -D_7ZIP_ST
 CFLAGS += -Wall -Wundef -Wstrict-prototypes -Wmissing-prototypes



More information about the coreboot-gerrit mailing list