X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=BuildConf%2Fx86_64%2FMakefile.cfg;h=20dcbb2025032c96110b8e5d8e928b923d41de61;hb=c58f6a057d31ee2c2be3b41b8ff17c4a3dcb9c4f;hp=ab188fbd40f311a770d2c9331fff0e35ac7d72f5;hpb=57c1e8ff3a5e475ff5fe457ede46a4b3598b91f2;p=tpg%2Facess2.git diff --git a/BuildConf/x86_64/Makefile.cfg b/BuildConf/x86_64/Makefile.cfg index ab188fbd..20dcbb20 100644 --- a/BuildConf/x86_64/Makefile.cfg +++ b/BuildConf/x86_64/Makefile.cfg @@ -1,10 +1,9 @@ -CC = x86_64-none-elf-gcc -LD = x86_64-none-elf-ld -DISASM = x86_64-none-elf-objdump -d -M x86-64 -S +TRIPLET = x86_64-pc-acess2 +AS = nasm -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