svn commit: r425673 - head/emulators/ia64sim

Mark Linimon linimon at FreeBSD.org
Tue Nov 8 03:31:50 UTC 2016


Author: linimon
Date: Tue Nov  8 03:31:49 2016
New Revision: 425673
URL: https://svnweb.freebsd.org/changeset/ports/425673

Log:
  Hopeless on anything other than x86.

Modified:
  head/emulators/ia64sim/Makefile

Modified: head/emulators/ia64sim/Makefile
==============================================================================
--- head/emulators/ia64sim/Makefile	Tue Nov  8 03:30:09 2016	(r425672)
+++ head/emulators/ia64sim/Makefile	Tue Nov  8 03:31:49 2016	(r425673)
@@ -13,6 +13,9 @@ COMMENT=	IA64 simulator (Intel(R) Archit
 
 LICENSE=	PD
 
+ONLY_FOR_ARCHS=		amd64 i386
+ONLY_FOR_ARCHS_REASON=	never ported to non-x86 architectures
+
 USES=		gmake zip
 MAKEFILE=	makefile.unx
 MAKE_ARGS=	CC="${CC}"


More information about the svn-ports-all mailing list