Hardcode target in makefile

This commit is contained in:
Jenny Curle 2019-04-01 01:40:42 +00:00
parent 26586447f5
commit a9d826c317

View File

@ -1,6 +1,6 @@
DEFAULT_HOST!=../default-host.sh
DEFAULT_HOST!=i686-elf
HOST?=DEFAULT_HOST
HOSTARCH!=../target_to_arch.sh $(HOST)
HOSTARCH!=i386
CFLAGS?= -O2 -g
CPPFLAGS?=