Module Name:    src
Committed By:   joerg
Date:           Sun Sep 23 19:20:45 UTC 2012

Modified Files:
        src/share/mk: bsd.sys.mk

Log Message:
Revert two unintentional changes from the PPC tests


To generate a diff of this commit:
cvs rdiff -u -r1.219 -r1.220 src/share/mk/bsd.sys.mk

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

Modified files:

Index: src/share/mk/bsd.sys.mk
diff -u src/share/mk/bsd.sys.mk:1.219 src/share/mk/bsd.sys.mk:1.220
--- src/share/mk/bsd.sys.mk:1.219	Sun Sep 23 17:22:25 2012
+++ src/share/mk/bsd.sys.mk	Sun Sep 23 19:20:44 2012
@@ -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+=	-Wno-sign-compare
 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 @@ CFLAGS+=	-Wa,-Av8plus
 
 .if !defined(NOGCCERROR)
 .if (${MACHINE_ARCH} == "mips64el") || (${MACHINE_ARCH} == "mips64eb")
-#CPUFLAGS+=	-Wa,--fatal-warnings
+CPUFLAGS+=	-Wa,--fatal-warnings
 .endif
 .endif
 

Reply via email to