Usermode - Hacking up native compilation target
[tpg/acess2.git] / BuildConf / native / Makefile.cfg
index 389a738..aa4cd00 100644 (file)
@@ -6,6 +6,8 @@
 ARCHDIR := native
 
 LD ?= $(CC) -print-prog-name=ld
+AS = $(CC) -c
+ASSUFFIX = S
 
 OBJDUMP := objdump -S
 

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