Module Name:    src
Committed By:   christos
Date:           Sun Dec 15 07:52:53 UTC 2013

Modified Files:
        src/sys/arch/sparc64/conf: INSTALL

Log Message:
Add -Wno-uninitialized with -Os so that we don't get spurious gcc warnings.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/sparc64/conf/INSTALL

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/sparc64/conf/INSTALL
diff -u src/sys/arch/sparc64/conf/INSTALL:1.28 src/sys/arch/sparc64/conf/INSTALL:1.29
--- src/sys/arch/sparc64/conf/INSTALL:1.28	Sun Jul 10 04:51:24 2011
+++ src/sys/arch/sparc64/conf/INSTALL	Sun Dec 15 02:52:53 2013
@@ -1,4 +1,4 @@
-# 	$NetBSD: INSTALL,v 1.28 2011/07/10 08:51:24 mrg Exp $
+# 	$NetBSD: INSTALL,v 1.29 2013/12/15 07:52:53 christos Exp $
 #
 #	NOTE: this file only needs *additional* things for the install
 #	kernel, that are not already included in GENERIC!
@@ -6,9 +6,9 @@
 
 include "arch/sparc64/conf/GENERIC"
 
-#ident 		"INSTALL-$Revision: 1.28 $"
+#ident 		"INSTALL-$Revision: 1.29 $"
 
-makeoptions	COPTS="-Os"
+makeoptions	COPTS="-Os -Wno-uninitialized"
 
 options 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
 

Reply via email to