git: 0f937f171a8d - main - tools: remove powerpcspe

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Fri, 09 Jan 2026 16:30:22 UTC
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=0f937f171a8da9fa8cbbd060632e271e150c3acd

commit 0f937f171a8da9fa8cbbd060632e271e150c3acd
Author:     Minsoo Choo <minsoochoo0122@proton.me>
AuthorDate: 2025-12-03 03:51:59 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-01-09 16:28:33 +0000

    tools: remove powerpcspe
    
    As reported on the freebsd-announce mailing list[1] FreeBSD is
    continuing to retire 32-bit support.  Remove powerpcspe from boot test
    tools.
    
    [1] https://lists.freebsd.org/archives/freebsd-announce/2024-February/000117.html
    
    Signed-off-by: Minsoo Choo <minsoochoo0122@proton.me>
    Reviewed by:    jhibbits, emaste
    Pull request:   698d3c98d8f5814f705908d5bc6d930e3d4c4eda
---
 tools/boot/full-test.sh | 2 +-
 tools/boot/universe.sh  | 4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/tools/boot/full-test.sh b/tools/boot/full-test.sh
index 1160861316dc..65d59ba58784 100644
--- a/tools/boot/full-test.sh
+++ b/tools/boot/full-test.sh
@@ -77,7 +77,7 @@ MTREE=$(SHELL="which mtree" ${MAKE} ${DEFARCH} buildenv | tail -1) || die "No mt
 # All the architectures under test
 # Note: we can't yet do armv7 because we don't have a good iso for it and would
 # need root to extract the files.
-#ARCHES="amd64:amd64 i386:i386 powerpc:powerpc powerpc:powerpc64 powerpc:powerpc64le powerpc:powerpcspe arm64:aarch64 riscv:riscv64"
+#ARCHES="amd64:amd64 i386:i386 powerpc:powerpc powerpc:powerpc64 powerpc:powerpc64le arm64:aarch64 riscv:riscv64"
 ARCHES="amd64:amd64 arm64:aarch64"
 
 # The smallest FAT32 filesystem is 33292 KB
diff --git a/tools/boot/universe.sh b/tools/boot/universe.sh
index 80a9cc0b90ff..fc47ac52fed4 100755
--- a/tools/boot/universe.sh
+++ b/tools/boot/universe.sh
@@ -1,9 +1,5 @@
 #!/bin/sh
 
-#
-# Full list of all arches we don't build.
-#
-#	powerpc/powerpcspe
 #
 # This script is expected to be run in stand (though you could run it anywhere
 # in the tree). It does a full clean build. For stand you can do all the archs in