X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=BuildConf%2Fx86_64%2FMakefile.cfg;h=20dcbb2025032c96110b8e5d8e928b923d41de61;hb=d44dd24e5ce3c7aab0fc9ae1be3b3f7fa56787e6;hp=ebca2d9fdd7db38427d8bdf14490bad9a9bb1941;hpb=3404389a8118dee78c22e5fbbf04ed99094202ef;p=tpg%2Facess2.git diff --git a/BuildConf/x86_64/Makefile.cfg b/BuildConf/x86_64/Makefile.cfg index ebca2d9f..20dcbb20 100644 --- a/BuildConf/x86_64/Makefile.cfg +++ b/BuildConf/x86_64/Makefile.cfg @@ -1,13 +1,9 @@ -#PREFIX := x86_64-pc-elf -PREFIX := x86_64-none-elf +TRIPLET = x86_64-pc-acess2 +AS = nasm -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 +KERNEL_CFLAGS := -mcmodel=kernel -nostdlib -mno-red-zone -Wall -mno-sse +DYNMOD_CFLAGS := -mcmodel=small -fPIC -mno-red-zone -mno-sse ARCHDIR = x86_64