AcessNative - Loads login process and runs again (shell doesn't spawn)
[tpg/acess2.git] / BuildConf / x86_64 / Makefile.cfg
1
2 PREFIX := x86_64-pc-elf
3 #PREFIX := x86_64-none-elf
4
5 CC := $(PREFIX)-gcc
6 LD := $(PREFIX)-ld
7 DISASM = $(PREFIX)-objdump -d -M x86-64 -S
8
9 KERNEL_CFLAGS := -mcmodel=kernel -nostdlib -mno-red-zone -Wall
10 DYNMOD_CFLAGS := -mcmodel=small -fPIC -mno-red-zone
11
12 ARCHDIR = x86_64
13
14 ASFLAGS = -felf64
15

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