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 gcc-6 needs -nosse
details: https://anonhg.NetBSD.org/src/rev/81bfad0fd4d8
branches: trunk
changeset: 359699:81bfad0fd4d8
user: christos <christos%NetBSD.org@localhost>
date: Thu Feb 22 01:37:04 2018 +0000
description:
gcc-6 needs -nosse
diffstat:
sys/arch/i386/stand/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 5a45ba63b884 -r 81bfad0fd4d8 sys/arch/i386/stand/Makefile.inc
--- a/sys/arch/i386/stand/Makefile.inc Wed Feb 21 21:53:54 2018 +0000
+++ b/sys/arch/i386/stand/Makefile.inc Thu Feb 22 01:37:04 2018 +0000
@@ -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 \
Home |
Main Index |
Thread Index |
Old Index