Kernel - Cleaning up messages
[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 OBJDUMP := objdump -S
12
13 CC := $(SAVED_CC_)
14 LD := $(SAVED_LD_)
15

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