From cf98c381ed7a9c6077d3ca2d012fbe1f0d0b5063 Mon Sep 17 00:00:00 2001 From: kristerw Date: Sat, 2 Aug 2003 17:49:37 +0000 Subject: gcc 2.95.3/arm gives "internal compiler error" when compiling this with -O2. Use -O1 instead for arm. --- devel/ftnchek/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/ftnchek/Makefile b/devel/ftnchek/Makefile index 46c670fc514..7da92b8a1e7 100644 --- a/devel/ftnchek/Makefile +++ b/devel/ftnchek/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 21:30:32 grant Exp $ +# $NetBSD: Makefile,v 1.13 2003/08/02 17:49:37 kristerw Exp $ DISTNAME= ftnchek-3.2.2 CATEGORIES= devel @@ -13,6 +13,10 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--libdir=${PREFIX}/libexec CONFIGURE_ARGS+=--disable-submodel +.if (${MACHINE_ARCH} == "arm") +CFLAGS+= -O1 +.endif + pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp -- cgit v1.2.3