summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMinsoo Choo <minsoochoo0122@proton.me>2025-12-02 22:57:23 -0500
committerEd Maste <emaste@FreeBSD.org>2026-01-09 11:28:43 -0500
commit94d1731e73ccb97df5fc5928bb584cabb8e37f1f (patch)
treec84a4c5d7bf0d7518a0e7c48b460d693407a1d70 /Makefile
parent0f937f171a8da9fa8cbbd060632e271e150c3acd (diff)
Makefile*: remove powerpcspe
As reported on the freebsd-announce mailing list[1] FreeBSD is continuing to retire 32-bit support. Remove powerpcspe from build infrastructure. [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: https://github.com/freebsd/freebsd-src/pull/1914
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index da4bac4673fa..ac0a9218e88f 100644
--- a/Makefile
+++ b/Makefile
@@ -537,7 +537,7 @@ packages update-packages: .PHONY
# Don't build rarely used, semi-supported architectures unless requested.
#
.if defined(EXTRA_TARGETS)
-EXTRA_ARCHES_powerpc= powerpc powerpcspe
+EXTRA_ARCHES_powerpc= powerpc
.endif
TARGETS?= ${TARGET_MACHINE_LIST}
_UNIVERSE_TARGETS= ${TARGETS}