Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc64/conf Add -Wno-uninitialized with -Os so tha...



details:   https://anonhg.NetBSD.org/src/rev/81da6452da66
branches:  trunk
changeset: 325251:81da6452da66
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Dec 15 07:52:53 2013 +0000

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

diffstat:

 sys/arch/sparc64/conf/INSTALL |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r df6739eaf544 -r 81da6452da66 sys/arch/sparc64/conf/INSTALL
--- a/sys/arch/sparc64/conf/INSTALL     Sun Dec 15 06:41:18 2013 +0000
+++ b/sys/arch/sparc64/conf/INSTALL     Sun Dec 15 07:52:53 2013 +0000
@@ -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)
 



Home | Main Index | Thread Index | Old Index