From 0c409ca0e609c7f5ba61bd3caf0ff9934e2b7018 Mon Sep 17 00:00:00 2001 From: grant Date: Sun, 1 Jun 2003 01:57:16 +0000 Subject: turn off optimization to avoid an internal compiler error on powerpc. --- archivers/zip/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'archivers') diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index 8e6767c8957..a347e2eeae9 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2003/05/06 17:40:22 jmmv Exp $ +# $NetBSD: Makefile,v 1.33 2003/06/01 01:57:16 grant Exp $ # FreeBSD Id: Makefile,v 1.10 1997/04/27 16:06:15 ache Exp # @@ -21,6 +21,10 @@ MAKE_FLAGS= LOCAL_ZIP="${CFLAGS}" LFLAGS1="${_STRIPFLAG_CC}" .include "../../mk/bsd.prefs.mk" +.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "powerpc" +CFLAGS= -O0 +.endif + .if ${OPSYS} == "SunOS" ALL_TARGET= generic_gcc .else -- cgit v1.2.3