summaryrefslogtreecommitdiffstats
path: root/util/cbfstool/Makefile
diff options
context:
space:
mode:
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>2014-01-27 17:17:29 -0600
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2014-01-29 20:05:58 +0100
commit4a7b1152115e866cd3164bdd90d8b0ffa26a863b (patch)
tree7487272e29f24dc63a6243a32fa362957c35b151 /util/cbfstool/Makefile
parente20f27a0982d1955568d4596543890bc51e1932b (diff)
downloadcoreboot-4a7b1152115e866cd3164bdd90d8b0ffa26a863b.tar.gz
coreboot-4a7b1152115e866cd3164bdd90d8b0ffa26a863b.tar.bz2
coreboot-4a7b1152115e866cd3164bdd90d8b0ffa26a863b.zip
cbfstool: Don't assume compiler is gcc, and use $(CC)
Change-Id: I49feb5be885369fca10c8db31329e51d87031641 Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-on: http://review.coreboot.org/4841 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'util/cbfstool/Makefile')
-rw-r--r--util/cbfstool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cbfstool/Makefile b/util/cbfstool/Makefile
index 5e4fdcbd7ba7..b5f74b80bb8e 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