X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=BuildConf%2Fx86_64%2FMakefile.cfg;h=ee10d852b3fc694ef99cf8c08257791784ff326b;hb=58034f56ab8478b9524c3f09cdf9f93fcb439691;hp=54bbf5168fe1cdc7d89e8efbbbb5db1527a7b9dd;hpb=13cfd41138fbb925b9a9e239ecd58d1a768ac5aa;p=tpg%2Facess2.git diff --git a/BuildConf/x86_64/Makefile.cfg b/BuildConf/x86_64/Makefile.cfg index 54bbf516..ee10d852 100644 --- a/BuildConf/x86_64/Makefile.cfg +++ b/BuildConf/x86_64/Makefile.cfg @@ -1,10 +1,8 @@ -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 -KERNEL_CFLAGS := -mcmodel=kernel -nostdlib -mno-red-zone -Wall -Werror -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