hosted/Makefile.inc: Use gcc to build hosted, if not advised otherwise
This commit is contained in:
parent
698cfeb1f4
commit
a297c8c8ad
|
@ -1,3 +1,4 @@
|
|||
CC ?= gcc
|
||||
SYS = $(shell $(CC) -dumpmachine)
|
||||
CFLAGS += -DENABLE_DEBUG -DPLATFORM_HAS_DEBUG
|
||||
CFLAGS +=-I ./target -I./platforms/pc
|
||||
|
|
Loading…
Reference in New Issue