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:
imp 2018-07-09 18:02:23 +00:00
parent 1c29dd64da
commit 3b95f93142

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 \