Build - Restructured configuration
[tpg/acess2.git] / BuildConf / x86_64 / Makefile.cfg
diff --git a/BuildConf/x86_64/Makefile.cfg b/BuildConf/x86_64/Makefile.cfg
new file mode 100644 (file)
index 0000000..54bbf51
--- /dev/null
@@ -0,0 +1,12 @@
+
+CC = x86_64-none-elf-gcc
+LD = x86_64-none-elf-ld
+DISASM = x86_64-none-elf-objdump -d -M x86-64 -S
+
+KERNEL_CFLAGS := -mcmodel=kernel -nostdlib -mno-red-zone -Wall -Werror
+DYNMOD_CFLAGS := -mcmodel=small -fPIC -mno-red-zone
+
+ARCHDIR = x86_64
+
+ASFLAGS = -felf64
+

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