Module Name:    src
Committed By:   christos
Date:           Thu Feb 22 01:37:04 UTC 2018

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

Log Message:
gcc-6 needs -nosse


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/i386/stand/Makefile.inc

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/Makefile.inc
diff -u src/sys/arch/i386/stand/Makefile.inc:1.13 src/sys/arch/i386/stand/Makefile.inc:1.14
--- src/sys/arch/i386/stand/Makefile.inc:1.13	Thu Jan 12 17:16:29 2017
+++ src/sys/arch/i386/stand/Makefile.inc	Wed Feb 21 20:37:04 2018
@@ -1,11 +1,11 @@
-#	$NetBSD: Makefile.inc,v 1.13 2017/01/12 22:16:29 joerg Exp $
+#	$NetBSD: Makefile.inc,v 1.14 2018/02/22 01:37:04 christos Exp $
 
 .include <bsd.own.mk>
 
 BINDIR=	/usr/mdec
 
 OPT_SIZE.gcc=	-Os -ffreestanding -fomit-frame-pointer -fno-unwind-tables \
-		-fno-asynchronous-unwind-tables -fno-exceptions
+		-fno-asynchronous-unwind-tables -fno-exceptions -mno-sse
 OPT_SIZE.clang=	-Oz -ffreestanding -fomit-frame-pointer -DNDEBUG \
 		-fno-stack-protector -mno-sse \
 		-mstack-alignment=4 \

Reply via email to