aboutsummaryrefslogtreecommitdiff
path: root/devel/csmith/Makefile
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-09-08 12:12:06 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-09-08 12:12:06 +0000
commitda735ae67be6ff948edda0f280c05dc3ff529176 (patch)
tree7abfa8a8fa7d53ffd0a9bc33f89c3a1cb9eac1d0 /devel/csmith/Makefile
parentfd5abe526bfdaa5aa60b4a36a22337c5b215573e (diff)
downloadports-da735ae67be6ff948edda0f280c05dc3ff529176.tar.gz
ports-da735ae67be6ff948edda0f280c05dc3ff529176.zip
This will never work on a non-intel cpu
Notes
Notes: svn path=/head/; revision=303898
Diffstat (limited to 'devel/csmith/Makefile')
-rw-r--r--devel/csmith/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/csmith/Makefile b/devel/csmith/Makefile
index 8c99b178734c..c704d7d1ab7a 100644
--- a/devel/csmith/Makefile
+++ b/devel/csmith/Makefile
@@ -26,8 +26,6 @@ MAKE_JOBS_SAFE= yes
.include <bsd.port.pre.mk>
-.if ${ARCH} == "sparc64"
-BROKEN= Does not compile on sparc64 (includes i386 asm)
-.endif
+ONLY_FOR_ARCHS= i386 amd64
.include <bsd.port.post.mk>