From 06ef8aa250f0aaefad4fd52cb07fe5f16155dc5d Mon Sep 17 00:00:00 2001 From: "John Hodge (sonata)" Date: Sun, 18 Nov 2012 13:39:32 +0800 Subject: [PATCH] BuildConf/x86_64 - Disabled SSE for kernel builds --- BuildConf/x86_64/Makefile.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1