BuildConf/x86_64 - Set AS to fix compile errors (caused by recent updates)
[tpg/acess2.git] / BuildConf / x86_64 / Makefile.cfg
1
2 TRIPLET = x86_64-pc-acess2
3 AS = nasm
4
5 KERNEL_CFLAGS := -mcmodel=kernel -nostdlib -mno-red-zone -Wall -mno-sse
6 DYNMOD_CFLAGS := -mcmodel=small -fPIC -mno-red-zone -mno-sse
7
8 ARCHDIR = x86_64
9
10 ASFLAGS = -felf64
11

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