Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jul 2018 18:02:23 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r336135 - head/tools/boot
Message-ID:  <201807091802.w69I2N2D064309@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Mon Jul  9 18:02:23 2018
New Revision: 336135
URL: https://svnweb.freebsd.org/changeset/base/336135

Log:
  Remove armeb from the list of architectures we build for the boot
  laoder testing scripts. It just adds to the build time, and will be
  retired soon anyway, per discussions in freebsd-arch@ last month.

Modified:
  head/tools/boot/universe.sh

Modified: head/tools/boot/universe.sh
==============================================================================
--- head/tools/boot/universe.sh	Mon Jul  9 14:18:03 2018	(r336134)
+++ head/tools/boot/universe.sh	Mon Jul  9 18:02:23 2018	(r336135)
@@ -65,7 +65,7 @@ done
 # Default build for a goodly selection of architectures
 for i in \
 	amd64/amd64 \
-	arm/arm arm/armeb arm/armv7 \
+	arm/arm arm/armv7 \
 	arm64/aarch64 \
 	i386/i386 \
 	mips/mips mips/mips64 \
@@ -79,7 +79,7 @@ done
 # Default build for a goodly selection of architectures with Lua
 for i in \
 	amd64/amd64 \
-	arm/arm arm/armeb arm/armv7 \
+	arm/arm arm/armv7 \
 	arm64/aarch64 \
 	i386/i386 \
 	mips/mips mips/mips64 \



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