summaryrefslogtreecommitdiff
path: root/libexec
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 /libexec
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 'libexec')
-rw-r--r--libexec/rtld-elf/rtld-libc/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/rtld-libc/Makefile.inc b/libexec/rtld-elf/rtld-libc/Makefile.inc
index a10bd562a7ce..6cc33777f78f 100644
--- a/libexec/rtld-elf/rtld-libc/Makefile.inc
+++ b/libexec/rtld-elf/rtld-libc/Makefile.inc
@@ -69,7 +69,7 @@ _libc_other_objects+=aeabi_unwind_cpp
.elif ${LIBC_ARCH} == "i386"
# i386 needs i386_set_gsbase for allocate_initial_tls()
_libsys_other_objects+=i386_set_gsbase
-.elif ${LIBC_ARCH} == "powerpc" || ${LIBC_ARCH} == "powerpcspe"
+.elif ${LIBC_ARCH} == "powerpc"
# ppc needs __syncicache and abs for reloc.c
_libc_other_objects+=syncicache abs
.elif ${LIBC_ARCH} == "powerpc64"