BuildConf/x86_64 - Set AS to fix compile errors (caused by recent updates)
[tpg/acess2.git] / BuildConf / x86_64 / Makefile.cfg
index 6aa3afc..20dcbb2 100644 (file)
@@ -1,13 +1,9 @@
 
-PREFIX := x86_64-pc-elf
-#PREFIX := x86_64-none-elf
+TRIPLET = x86_64-pc-acess2
+AS = nasm
 
-CC := $(PREFIX)-gcc
-LD := $(PREFIX)-ld
-DISASM = $(PREFIX)-objdump -d -M x86-64 -S
-
-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