From c1e12dd54872604e41653ab8349f4a906fab5b9a Mon Sep 17 00:00:00 2001 From: mrg Date: Sat, 14 Jun 2014 20:49:36 +0000 Subject: remove remaining makefile support for GCC < 45 that i found. --- phantasia/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phantasia') diff --git a/phantasia/Makefile b/phantasia/Makefile index 6bd43960..e9c53f23 100644 --- a/phantasia/Makefile +++ b/phantasia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2013/02/16 17:00:21 jmcneill Exp $ +# $NetBSD: Makefile,v 1.37 2014/06/14 20:49:37 mrg Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 .include @@ -53,6 +53,6 @@ map: map.c .include -.if defined(HAVE_GCC) && ${HAVE_GCC} >= 45 && ${MACHINE_ARCH} == "vax" +.if defined(HAVE_GCC) && ${MACHINE_ARCH} == "vax" COPTS.misc.c+= -O0 .endif -- cgit v1.2.3-56-ge451