From 4a7b1152115e866cd3164bdd90d8b0ffa26a863b Mon Sep 17 00:00:00 2001 From: Alexandru Gagniuc Date: Mon, 27 Jan 2014 17:17:29 -0600 Subject: cbfstool: Don't assume compiler is gcc, and use $(CC) Change-Id: I49feb5be885369fca10c8db31329e51d87031641 Signed-off-by: Alexandru Gagniuc Reviewed-on: http://review.coreboot.org/4841 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- util/cbfstool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/cbfstool/Makefile b/util/cbfstool/Makefile index 5e4fdcbd7b..b5f74b80bb 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 -- cgit v1.2.3