svn commit: r363746 - head/devel/armv6-freebsd10.0-xdev
Sean Bruno
sbruno at FreeBSD.org
Fri Aug 1 18:02:18 UTC 2014
Author: sbruno (src committer)
Date: Fri Aug 1 18:02:17 2014
New Revision: 363746
URL: http://svnweb.freebsd.org/changeset/ports/363746
QAT: https://qat.redports.org/buildarchive/r363746/
Log:
Mark port i386/amd64 only. Doesn't make sense to compile this on ARM and
other arch types don't work.
Phabric: https://phabric.freebsd.org/D501
Reviewed by: bapt
Modified:
head/devel/armv6-freebsd10.0-xdev/Makefile
Modified: head/devel/armv6-freebsd10.0-xdev/Makefile
==============================================================================
--- head/devel/armv6-freebsd10.0-xdev/Makefile Fri Aug 1 17:51:41 2014 (r363745)
+++ head/devel/armv6-freebsd10.0-xdev/Makefile Fri Aug 1 18:02:17 2014 (r363746)
@@ -7,6 +7,9 @@ X_TARGET_ARCH= armv6
.include <bsd.port.options.mk>
+ONLY_FOR_ARCHS= i386 amd64
+ONLY_FOR_ARCHS_REASON=Used on i386/amd64 to cross compile arm
+
.if ${OPSYS} != FreeBSD
IGNORE= Only supported on FreeBSD
.endif
More information about the svn-ports-all
mailing list