From 405111fde04f0e417f061a0c297d56930dd92cc3 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 9 Jul 2018 18:02:23 +0000 Subject: [PATCH] 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. --- tools/boot/universe.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/boot/universe.sh b/tools/boot/universe.sh index e26f81f6c83f..68e77f8c706b 100755 --- a/tools/boot/universe.sh +++ b/tools/boot/universe.sh @@ -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 \