Division bug hidden, now only shows when 64-bit division is needed
[tpg/acess2.git] / Makefile.x86_64.cfg
index f40c900..e2b7c31 100644 (file)
@@ -1,8 +1,10 @@
 
 CC = x86_64-linux-gnu-gcc
 LD = ld
+DISASM = objdump -d -M x86-64
 
-KERNEL_CFLAGS = -mcmodel=large -nostdlib
+KERNEL_CFLAGS := -mcmodel=kernel -nostdlib
+DYNMOD_CFLAGS := -mcmodel=small -fPIC
 
 ARCHDIR = x86_64
 

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