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:
parent
1c29dd64da
commit
3b95f93142
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user