Fixed Video_DrawText passing too many arguments to _SysDebug
[tpg/acess2.git] / Makefile.x86_64.cfg
index f40c900..024ef13 100644 (file)
@@ -1,8 +1,10 @@
 
-CC = x86_64-linux-gnu-gcc
-LD = ld
+CC = x86_64-none-elf-gcc
+LD = x86_64-none-elf-ld
+DISASM = x86_64-none-elf-objdump -d -M x86-64
 
-KERNEL_CFLAGS = -mcmodel=large -nostdlib
+KERNEL_CFLAGS := -mcmodel=kernel -nostdlib -mno-red-zone -Wall -Werror
+DYNMOD_CFLAGS := -mcmodel=small -fPIC -mno-red-zone
 
 ARCHDIR = x86_64
 

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