BuildConf/x86_64 - Disabled SSE for kernel builds
authorJohn Hodge (sonata) <[email protected]>
Sun, 18 Nov 2012 05:39:32 +0000 (13:39 +0800)
committerJohn Hodge (sonata) <[email protected]>
Sun, 18 Nov 2012 05:39:32 +0000 (13:39 +0800)
BuildConf/x86_64/Makefile.cfg

index ebca2d9..cc252bc 100644 (file)
@@ -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
 

UCC git Repository :: git.ucc.asn.au