summaryrefslogtreecommitdiff
path: root/benchmarks/lmbench/Makefile
diff options
context:
space:
mode:
authorabs <abs>2000-11-08 10:13:40 +0000
committerabs <abs>2000-11-08 10:13:40 +0000
commit91819278748f083a3145dda44752e05ecf2a4e7a (patch)
tree067a15fa12b8afbc9af984e15d20aeb645b09f28 /benchmarks/lmbench/Makefile
parenta6064ab58ff3234d1e28526f1ddae03e9173014f (diff)
downloadpkgsrc-91819278748f083a3145dda44752e05ecf2a4e7a.tar.gz
Work around gcc codegen bug that results in infinite loop compiling mhz.c -O
on arm32
Diffstat (limited to 'benchmarks/lmbench/Makefile')
-rw-r--r--benchmarks/lmbench/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile
index e872f518eac..331f5737864 100644
--- a/benchmarks/lmbench/Makefile
+++ b/benchmarks/lmbench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2000/03/16 12:16:53 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2000/11/08 10:13:40 abs Exp $
DISTNAME= lmbench-2alpha11
PKGNAME= lmbench-2.11a
@@ -12,6 +12,7 @@ HOMEPAGE= http://www.bitmover.com/lm/lmbench/
ALL_TARGET= build
USE_GMAKE= yes
USE_PERL5= yes
+MAKE_ENV+= MACHINE_ARCH=$(MACHINE_ARCH)
post-configure:
@cd ${WRKSRC}; \