summaryrefslogtreecommitdiff
path: root/cad/fasthenry
diff options
context:
space:
mode:
authorcjep <cjep>2002-04-20 15:34:44 +0000
committercjep <cjep>2002-04-20 15:34:44 +0000
commit4d933ab9039265de09e1f44be0a515e9d73c144f (patch)
treed053f2dba75c33c54ca44faf0dcc893b27bede6e /cad/fasthenry
parent2abe396d58ecfafe0e7e9b59b0de684dbcb2f868 (diff)
downloadpkgsrc-4d933ab9039265de09e1f44be0a515e9d73c144f.tar.gz
On arm32, avoid egcs internal compiler errors by using gcc-2.95.3
Diffstat (limited to 'cad/fasthenry')
-rw-r--r--cad/fasthenry/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/cad/fasthenry/Makefile b/cad/fasthenry/Makefile
index f3792a19338..e72bed8da2b 100644
--- a/cad/fasthenry/Makefile
+++ b/cad/fasthenry/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/09/27 23:17:46 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2002/04/20 15:34:44 cjep Exp $
#
DISTNAME= fasthenry-3.0-12Nov96
@@ -34,4 +34,9 @@ MAKE_ENV+= LIBS="${LIBS}"
LIBS= -lm
.endif
+.if (${MACHINE_ARCH} == arm32)
+.include "../../lang/gcc/Makefile.gcc"
+MAKE_FLAGS+= CC=${CC}
+.endif
+
.include "../../mk/bsd.pkg.mk"