Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Sep 2012 12:12:06 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303898 - head/devel/csmith
Message-ID:  <201209081212.q88CC6On082869@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sat Sep  8 12:12:06 2012
New Revision: 303898
URL: http://svn.freebsd.org/changeset/ports/303898

Log:
  This will never work on a non-intel cpu

Modified:
  head/devel/csmith/Makefile

Modified: head/devel/csmith/Makefile
==============================================================================
--- head/devel/csmith/Makefile	Sat Sep  8 12:05:34 2012	(r303897)
+++ head/devel/csmith/Makefile	Sat Sep  8 12:12:06 2012	(r303898)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209081212.q88CC6On082869>