hosted/Makefile.inc: Use gcc to build hosted, if not advised otherwise

This commit is contained in:
Uwe Bonnes 2021-08-22 19:20:26 +02:00 committed by UweBonnes
parent 698cfeb1f4
commit a297c8c8ad
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
CC ?= gcc
SYS = $(shell $(CC) -dumpmachine)
CFLAGS += -DENABLE_DEBUG -DPLATFORM_HAS_DEBUG
CFLAGS +=-I ./target -I./platforms/pc