Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Revert two unintentional changes from the PPC tests
details: https://anonhg.NetBSD.org/src/rev/09065a691d21
branches: trunk
changeset: 781709:09065a691d21
user: joerg <joerg%NetBSD.org@localhost>
date: Sun Sep 23 19:20:44 2012 +0000
description:
Revert two unintentional changes from the PPC tests
diffstat:
share/mk/bsd.sys.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 72f9e160d873 -r 09065a691d21 share/mk/bsd.sys.mk
--- a/share/mk/bsd.sys.mk Sun Sep 23 17:37:51 2012 +0000
+++ b/share/mk/bsd.sys.mk Sun Sep 23 19:20:44 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.sys.mk,v 1.219 2012/09/23 17:22:25 joerg Exp $
+# $NetBSD: bsd.sys.mk,v 1.220 2012/09/23 19:20:44 joerg Exp $
#
# Build definitions used for NetBSD source tree builds.
@@ -33,7 +33,7 @@
CFLAGS+= ${${ACTIVE_CC} != "clang":? -Wno-traditional :}
.if !defined(NOGCCERROR)
# Set assembler warnings to be fatal
-#CFLAGS+= -Wa,--fatal-warnings
+CFLAGS+= -Wa,--fatal-warnings
.endif
# Set linker warnings to be fatal
# XXX no proper way to avoid "FOO is a patented algorithm" warnings
@@ -132,7 +132,7 @@
.if !defined(NOGCCERROR)
.if (${MACHINE_ARCH} == "mips64el") || (${MACHINE_ARCH} == "mips64eb")
-#CPUFLAGS+= -Wa,--fatal-warnings
+CPUFLAGS+= -Wa,--fatal-warnings
.endif
.endif
Home |
Main Index |
Thread Index |
Old Index