svn commit: r256290 - user/des/tinderbox/etc

Dag-Erling Smørgrav des at FreeBSD.org
Thu Oct 10 19:34:25 UTC 2013


Author: des
Date: Thu Oct 10 19:34:24 2013
New Revision: 256290
URL: http://svnweb.freebsd.org/changeset/base/256290

Log:
  Add missing platforms: armv6 and mips64.

Modified:
  user/des/tinderbox/etc/freebsd10-build.rc

Modified: user/des/tinderbox/etc/freebsd10-build.rc
==============================================================================
--- user/des/tinderbox/etc/freebsd10-build.rc	Thu Oct 10 19:24:11 2013	(r256289)
+++ user/des/tinderbox/etc/freebsd10-build.rc	Thu Oct 10 19:34:24 2013	(r256290)
@@ -5,7 +5,7 @@
 #
 
 branches	 = RELENG_10
-platforms	= amd64, arm, i386, i386/pc98, ia64, mips, powerpc, powerpc64/powerpc, sparc64
+platforms	 = amd64, arm, armv6/arm, i386, i386/pc98, ia64, mips, mips64/mips, powerpc, powerpc64/powerpc, sparc64
 targets		 = precleanobj, version, world, lint, kernels, postcleanobj
 srcdir		 = ${SANDBOX}/${BRANCH}/src
 recipient	+= <stable at freebsd.org>, <${arch}@freebsd.org>


More information about the svn-src-user mailing list