From 5bb8732d5eb8dbdce20f900539fc5fefb065521e Mon Sep 17 00:00:00 2001 From: cjep Date: Sat, 20 Apr 2002 15:22:25 +0000 Subject: On arm32, use gcc-2.95.3 to avoid an internal egcs compiler error. --- cad/fastcap/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'cad/fastcap') diff --git a/cad/fastcap/Makefile b/cad/fastcap/Makefile index 2c55e45aeec..1d82ca5986a 100644 --- a/cad/fastcap/Makefile +++ b/cad/fastcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/05/22 23:24:51 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2002/04/20 15:22:25 cjep Exp $ # DISTNAME= fastcap-2.0-15Jul92 @@ -23,6 +23,11 @@ HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./config CONFIGURE_ARGS= 4 +.if (${MACHINE_ARCH} == arm32) +.include "../../lang/gcc/Makefile.gcc" +MAKE_FLAGS+= CC=${CC} +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/fastcap ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bin/cubegen ${PREFIX}/bin -- cgit v1.2.3