Module Name:    src
Committed By:   mrg
Date:           Mon Aug 22 09:43:08 UTC 2011

Modified Files:
        src/sys/arch/i386/stand/boot: Makefile.boot

Log Message:
disable mmx/sse here too.  hopefully fixes amd64 /boot issues.
certainly changes the output in ways that gcc 4.1 doesn't.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/i386/stand/boot/Makefile.boot

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/i386/stand/boot/Makefile.boot
diff -u src/sys/arch/i386/stand/boot/Makefile.boot:1.54 src/sys/arch/i386/stand/boot/Makefile.boot:1.55
--- src/sys/arch/i386/stand/boot/Makefile.boot:1.54	Fri Jul  1 01:26:16 2011
+++ src/sys/arch/i386/stand/boot/Makefile.boot	Mon Aug 22 09:43:08 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.boot,v 1.54 2011/07/01 01:26:16 mrg Exp $
+# $NetBSD: Makefile.boot,v 1.55 2011/08/22 09:43:08 mrg Exp $
 
 S=	${.CURDIR}/../../../../..
 
@@ -51,6 +51,8 @@
 .endif
 .endif
 
+CFLAGS+=   -mno-sse -mno-sse2 -mno-sse3
+
 COPTS+=    -ffreestanding
 CFLAGS+= -Wall -Wmissing-prototypes -Wstrict-prototypes
 CPPFLAGS+= -nostdinc -D_STANDALONE

Reply via email to