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

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