Fixed Video_DrawText passing too many arguments to _SysDebug
[tpg/acess2.git] / Makefile.x86_64.cfg
index e2b7c31..024ef13 100644 (file)
@@ -1,10 +1,10 @@
 
-CC = x86_64-linux-gnu-gcc
-LD = ld
-DISASM = objdump -d -M x86-64
+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=kernel -nostdlib
-DYNMOD_CFLAGS := -mcmodel=small -fPIC
+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