Commit e1a0daf9 authored by Alessandro Rubini's avatar Alessandro Rubini

tools: use HOSTCC when compiling outside of the kernel

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
Acked-by: 's avatarFederico Vaga <federico.vaga@gmail.com>
parent dd69ac64
...@@ -12,5 +12,5 @@ clean: ...@@ -12,5 +12,5 @@ clean:
rm -f $(hostprogs-y) *~ *.o rm -f $(hostprogs-y) *~ *.o
%: %.c %: %.c
$(CC) $(HOST_EXTRACFLAGS) -Wall $^ -o $@ $(HOSTCC) $(HOST_EXTRACFLAGS) -Wall $^ -o $@
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment