Changed build system to not require calc
[tpg/acess2.git] / Makefile.x86_64.cfg
index ac012f6..a5bfe21 100644 (file)
@@ -1,8 +1,9 @@
 
 CC = x86_64-linux-gnu-gcc
 LD = ld
+DISASM = objdump -d -M x86-64
 
-KERNEL_CFLAGS = -mcmodel=large
+KERNEL_CFLAGS = -mcmodel=large -nostdlib
 
 ARCHDIR = x86_64
 

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