Source-Changes-HG archive

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

[src/trunk]: src/sys/lib/libsa remove HAVE_GCC == 4 conditional



details:   https://anonhg.NetBSD.org/src/rev/8b377df51209
branches:  trunk
changeset: 766291:8b377df51209
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Jun 20 08:22:43 2011 +0000

description:
remove HAVE_GCC == 4 conditional

diffstat:

 sys/lib/libsa/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r ebfc14e63c2d -r 8b377df51209 sys/lib/libsa/Makefile
--- a/sys/lib/libsa/Makefile    Mon Jun 20 08:18:28 2011 +0000
+++ b/sys/lib/libsa/Makefile    Mon Jun 20 08:22:43 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index