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 \
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to