mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
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
This commit is contained in:
parent
0a64d16cef
commit
0f937f171a
2 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue