Fixing gitigore, added a config file for the 'host' architecture
[tpg/acess2.git] / Makefile.host.cfg
1 #
2 # Acess2 Host Native makefile
3 # - Used for forcing the architecture
4 #
5
6 SAVED_CC_ := $(CC)
7 SAVED_LD_ := $(LD)
8
9 include $(ACESSDIR)/Makefile.x86_64.cfg
10
11 CC := $(SAVED_CC_)
12 LD := $(SAVED_LD_)
13

UCC git Repository :: git.ucc.asn.au