Module Name: src
Committed By: mrg
Date: Mon Jun 20 08:46:28 UTC 2011
Modified Files:
src/sys/arch/hp700/stand/xxboot: Makefile
src/sys/arch/i386/stand/netboot/ne2000_isa: Makefile
Log Message:
remove some more ancient HAVE_GCC checks.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/hp700/stand/xxboot/Makefile
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/i386/stand/netboot/ne2000_isa/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/arch/hp700/stand/xxboot/Makefile
diff -u src/sys/arch/hp700/stand/xxboot/Makefile:1.14 src/sys/arch/hp700/stand/xxboot/Makefile:1.15
--- src/sys/arch/hp700/stand/xxboot/Makefile:1.14 Sun May 3 17:33:29 2009
+++ src/sys/arch/hp700/stand/xxboot/Makefile Mon Jun 20 08:46:28 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2009/05/03 17:33:29 tsutsui Exp $
+# $NetBSD: Makefile,v 1.15 2011/06/20 08:46:28 mrg Exp $
PROG= xxboot
NOMAN= # defined
@@ -18,10 +18,6 @@
.include <bsd.own.mk>
-.if defined(HAVE_GCC) && ${HAVE_GCC} != 4
-COPTS+= -fwritable-strings
-.endif
-
LINKS= ${BINDIR}/${PROG} ${BINDIR}/sdboot
BINDIR= /usr/mdec
Index: src/sys/arch/i386/stand/netboot/ne2000_isa/Makefile
diff -u src/sys/arch/i386/stand/netboot/ne2000_isa/Makefile:1.2 src/sys/arch/i386/stand/netboot/ne2000_isa/Makefile:1.3
--- src/sys/arch/i386/stand/netboot/ne2000_isa/Makefile:1.2 Fri Aug 29 00:02:24 2008
+++ src/sys/arch/i386/stand/netboot/ne2000_isa/Makefile Mon Jun 20 08:46:28 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/08/29 00:02:24 gmcgarry Exp $
+# $NetBSD: Makefile,v 1.3 2011/06/20 08:46:28 mrg Exp $
USE_NETIF= ne2000_isa
@@ -6,7 +6,7 @@
.include "../Makefile.netboot"
-.if (defined(HAVE_GCC) && ${HAVE_GCC} == 4) || defined(HAVE_PCC)
+.if defined(HAVE_GCC) || defined(HAVE_PCC)
COPTS.dp8390.c += -Wno-pointer-sign
.endif