From 3ded6aa067de8eec9da55271fb850ddd544ed4cc Mon Sep 17 00:00:00 2001 From: cjep Date: Sat, 20 Apr 2002 18:18:50 +0000 Subject: On arm32, use gcc-2.95.3 to avoid internal egcs errors. --- news/inn/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'news/inn') diff --git a/news/inn/Makefile b/news/inn/Makefile index e908d82e73d..4203eec4c96 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2001/10/20 17:31:44 veego Exp $ +# $NetBSD: Makefile,v 1.32 2002/04/20 18:18:50 cjep Exp $ DISTNAME= inn-2.3.2 CATEGORIES= news @@ -47,6 +47,10 @@ CONFIGURE_ARGS+= --with-sendmail=/usr/lib/sendmail CONFIGURE_ARGS+= --with-sendmail=/usr/sbin/sendmail .endif +.if (${MACHINE_ARCH} == arm32) +.include "../../lang/gcc/Makefile.gcc" +.endif + DEINSTALL_FILE= ${WRKDIR}/DEINSTALL INSTALL_FILE= ${WRKDIR}/INSTALL -- cgit v1.2.3