Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/stand/boot disable mmx/sse here too. hopefull...



details:   https://anonhg.NetBSD.org/src/rev/42f191411c04
branches:  trunk
changeset: 768601:42f191411c04
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Aug 22 09:43:08 2011 +0000

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

diffstat:

 sys/arch/i386/stand/boot/Makefile.boot |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 27479b65c13d -r 42f191411c04 sys/arch/i386/stand/boot/Makefile.boot
--- a/sys/arch/i386/stand/boot/Makefile.boot    Mon Aug 22 09:19:51 2011 +0000
+++ b/sys/arch/i386/stand/boot/Makefile.boot    Mon Aug 22 09:43:08 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index