Module Name:    src
Committed By:   mrg
Date:           Mon Jun 20 08:22:44 UTC 2011

Modified Files:
        src/sys/lib/libsa: Makefile

Log Message:
remove HAVE_GCC == 4 conditional


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/lib/libsa/Makefile

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

Modified files:

Index: src/sys/lib/libsa/Makefile
diff -u src/sys/lib/libsa/Makefile:1.73 src/sys/lib/libsa/Makefile:1.74
--- src/sys/lib/libsa/Makefile:1.73	Thu Jun 16 16:47:53 2011
+++ src/sys/lib/libsa/Makefile	Mon Jun 20 08:22:43 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.73 2011/06/16 16:47:53 joerg Exp $
+#	$NetBSD: Makefile,v 1.74 2011/06/20 08:22:43 mrg Exp $
 
 LIB=	sa
 NOPIC=	# defined
@@ -85,6 +85,6 @@
 	@rm -f lib${LIB}.o
 	@${LD} -r -o lib${LIB}.o `lorder ${OBJS} | tsort`
 
-.if (defined(HAVE_GCC) && ${HAVE_GCC} == 4) || defined(HAVE_PCC)
+.if defined(HAVE_GCC) || defined(HAVE_PCC)
 CPPFLAGS+=	-Wno-pointer-sign
 .endif

Reply via email to