X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=BuildConf%2Fx86_64%2FMakefile.cfg;h=cc252bc57426e1bec38c3532b8f586ea7ff88833;hb=7150110631ddecf52a6456d7d56dd915ffc483e7;hp=ebca2d9fdd7db38427d8bdf14490bad9a9bb1941;hpb=9d9b16fcd26c6acf7a15e84a63e96c71577e6265;p=tpg%2Facess2.git diff --git a/BuildConf/x86_64/Makefile.cfg b/BuildConf/x86_64/Makefile.cfg index ebca2d9f..cc252bc5 100644 --- a/BuildConf/x86_64/Makefile.cfg +++ b/BuildConf/x86_64/Makefile.cfg @@ -6,8 +6,8 @@ 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