From 2649b802b2ee60359cd5762b9400d36384e81159 Mon Sep 17 00:00:00 2001 From: Chad Loder Date: Tue, 29 Nov 2005 19:57:29 +0000 Subject: Remove old gcc 2.9.5 workaround for sparc64 now that we use gcc3. Tested sturm@ --- usr.bin/xlint/lint1/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'usr.bin/xlint/lint1') diff --git a/usr.bin/xlint/lint1/Makefile b/usr.bin/xlint/lint1/Makefile index 6c71bfc3f70..b3e39dbac06 100644 --- a/usr.bin/xlint/lint1/Makefile +++ b/usr.bin/xlint/lint1/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2005/11/29 19:50:33 cloder Exp $ +# $OpenBSD: Makefile,v 1.6 2005/11/29 19:57:28 cloder Exp $ # $NetBSD: Makefile,v 1.3 1995/07/04 01:53:05 cgd Exp $ PROG= lint1 @@ -14,8 +14,4 @@ CLEANFILES+=y.tab.h cgram.c scan.c BINDIR= /usr/libexec -.if (${MACHINE_ARCH} == "sparc64") -CFLAGS+= -O0 -.endif - .include -- cgit v1.2.3