Use -O0 on SuperH, for now.

This commit is contained in:
thorpej 2002-04-23 20:21:03 +00:00
parent 4c8f4b94f8
commit abcb4fee4e

View File

@ -1,7 +1,13 @@
# $NetBSD: Makefile,v 1.8 1997/01/09 20:21:24 tls Exp $
# $NetBSD: Makefile,v 1.9 2002/04/23 20:21:03 thorpej Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
.include <bsd.own.mk>
PROG= sed
SRCS= compile.c main.c misc.c process.c
.if (${MACHINE_CPU} == "sh3")
COPTS+= -O0
.endif
.include <bsd.prog.mk>