Nice job, making umoddi3 call umoddi3 in the usermode stuff :(
[tpg/acess2.git] / Makefile.x86_64.cfg
index e2b7c31..3116e74 100644 (file)
@@ -1,7 +1,7 @@
 
-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

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