diff options
author | Chad Loder <cloder@cvs.openbsd.org> | 2005-11-29 19:57:29 +0000 |
---|---|---|
committer | Chad Loder <cloder@cvs.openbsd.org> | 2005-11-29 19:57:29 +0000 |
commit | 2649b802b2ee60359cd5762b9400d36384e81159 (patch) | |
tree | 0ac6f10b79d5f1965f383fe7db182dec4a940531 /usr.bin/xlint/lint1 | |
parent | 2f807aecb889a934c0d979638c087fe5343e86c9 (diff) |
Remove old gcc 2.9.5 workaround for sparc64 now that we use gcc3.
Tested sturm@
Diffstat (limited to 'usr.bin/xlint/lint1')
-rw-r--r-- | usr.bin/xlint/lint1/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
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 <bsd.prog.mk> |