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.
This commit is contained in:
Warner Losh 2018-07-09 18:02:23 +00:00
parent 5e71fdc20d
commit 405111fde0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336135

View file

@ -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 \