AcessNative - Loads login process and runs again (shell doesn't spawn)
[tpg/acess2.git] / BuildConf / x86_64 / Makefile.cfg
index ab188fb..6aa3afc 100644 (file)
@@ -1,7 +1,10 @@
 
-CC = x86_64-none-elf-gcc
-LD = x86_64-none-elf-ld
-DISASM = x86_64-none-elf-objdump -d -M x86-64 -S
+PREFIX := x86_64-pc-elf
+#PREFIX := x86_64-none-elf
+
+CC := $(PREFIX)-gcc
+LD := $(PREFIX)-ld
+DISASM = $(PREFIX)-objdump -d -M x86-64 -S
 
 KERNEL_CFLAGS := -mcmodel=kernel -nostdlib -mno-red-zone -Wall
 DYNMOD_CFLAGS := -mcmodel=small -fPIC -mno-red-zone

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