BuildConf/x86_64 - Set AS to fix compile errors (caused by recent updates)
[tpg/acess2.git] / BuildConf / x86_64 / Makefile.cfg
index cc252bc..20dcbb2 100644 (file)
@@ -1,10 +1,6 @@
 
-#PREFIX := x86_64-pc-elf
-PREFIX := x86_64-none-elf
-
-CC := $(PREFIX)-gcc
-LD := $(PREFIX)-ld
-DISASM = $(PREFIX)-objdump -d -M x86-64 -S
+TRIPLET = x86_64-pc-acess2
+AS = nasm
 
 KERNEL_CFLAGS := -mcmodel=kernel -nostdlib -mno-red-zone -Wall -mno-sse
 DYNMOD_CFLAGS := -mcmodel=small -fPIC -mno-red-zone -mno-sse

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