2 # Acess2 Host Native makefile
3 # - Used for forcing the architecture
10 $(error Please set HOST_ARCH to the architecture to compile, e.g. x86)
13 include $(ACESSDIR)/BuildConf/$(HOST_ARCH)/Makefile.cfg
19 ifeq ($(HOST_ARCH),x86)
21 LD_SUFFIX := -melf_i386
24 CC := $(SAVED_CC_) $(CC_SUFFIX)
25 LD := $(SAVED_LD_) $(LD_SUFFIX)