X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Makefile.cfg;h=ff49c162a2ecb1a38f2f896acb5f127504d6f50c;hb=cafb65b48663d2851ed4330b4731c20f9b2bfaae;hp=8c5b59b9f1ff17a35e8da7759f6c73eac4f0700a;hpb=e573d30162c179edc6de7b7c8364a617d9f25f77;p=tpg%2Facess2.git diff --git a/Makefile.cfg b/Makefile.cfg index 8c5b59b9..ff49c162 100644 --- a/Makefile.cfg +++ b/Makefile.cfg @@ -11,8 +11,8 @@ ACESSDIR := $(dir $(lastword $(MAKEFILE_LIST))) ACESSDIR := $(shell cd $(ACESSDIR) && pwd) # Default build programs -CC := gcc -LD := ld +#CC := gcc +#LD := ld AS := nasm DISASM := objdump -d -S RM := @rm -f @@ -29,7 +29,9 @@ endif ifeq ($(ARCHDIR),) ARCHDIR := x86 endif +ifneq ($(ARCH),host) -include $(ACESSDIR)/Makefile.$(ARCHDIR).cfg +endif # Makefile.user.cfg is not part of the Acess git repo, # It is for overriding the options in this file