Module Name:    src
Committed By:   bouyer
Date:           Sat Jun 30 10:13:03 UTC 2012

Modified Files:
        src/share/mk [netbsd-6]: bsd.sys.mk

Log Message:
Pull up following revision(s) (requested by abs in ticket #379):
        share/mk/bsd.sys.mk: revision 1.216
Whatever "-Wl,--fatal-warnings" get-out-of-jail-free card gcc-4.5 gets,
give the same treatment to gcc-4.1.


To generate a diff of this commit:
cvs rdiff -u -r1.211 -r1.211.2.1 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.211 src/share/mk/bsd.sys.mk:1.211.2.1
--- src/share/mk/bsd.sys.mk:1.211	Sat Jan 28 21:32:14 2012
+++ src/share/mk/bsd.sys.mk	Sat Jun 30 10:13:02 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.sys.mk,v 1.211 2012/01/28 21:32:14 christos Exp $
+#	$NetBSD: bsd.sys.mk,v 1.211.2.1 2012/06/30 10:13:02 bouyer Exp $
 #
 # Build definitions used for NetBSD source tree builds.
 
@@ -40,7 +40,7 @@ CFLAGS+=	-Wa,--fatal-warnings
 .if (!defined(MKPIC) || ${MKPIC} != "no") && \
     (!defined(LDSTATIC) || ${LDSTATIC} != "-static")
 # XXX there are some strange problems not yet resolved
-. if !defined(HAVE_GCC) || ${HAVE_GCC} != 45
+. if !defined(HAVE_GCC)
 LDFLAGS+=	-Wl,--fatal-warnings
 . endif
 .endif

Reply via email to