aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2025-01-20 20:56:55 +0000
committerWarner Losh <imp@FreeBSD.org>2025-01-21 21:24:10 +0000
commitcc6d72cfccf0ffe0dc16fce6442813184d77503c (patch)
tree0eb32ab7ab7e7f0b8d42ba1147f49184c5f62e46
parent0fb33e049ac01ebe85a0bc2af670d4ac82df59c8 (diff)
bsd.cpu.mk: Remove xscale reference
We've retired all the armv5te support, so we don't need this here anymore. Sponsored by: Netflix
-rw-r--r--share/mk/bsd.cpu.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/share/mk/bsd.cpu.mk b/share/mk/bsd.cpu.mk
index a2d4304f6245..f6599a0ad802 100644
--- a/share/mk/bsd.cpu.mk
+++ b/share/mk/bsd.cpu.mk
@@ -98,11 +98,7 @@ _CPUCFLAGS = -march=${CPUTYPE}
. elif ${MACHINE_CPUARCH} == "amd64"
_CPUCFLAGS = -march=${CPUTYPE}
. elif ${MACHINE_CPUARCH} == "arm"
-. if ${CPUTYPE} == "xscale"
-#XXX: gcc doesn't seem to like -mcpu=xscale, and dies while rebuilding itself
-#_CPUCFLAGS = -mcpu=xscale
-_CPUCFLAGS = -march=armv5te -D__XSCALE__
-. elif ${CPUTYPE:M*soft*} != ""
+. if ${CPUTYPE:M*soft*} != ""
_CPUCFLAGS = -mfloat-abi=softfp
. elif ${CPUTYPE} == "cortexa"
_CPUCFLAGS = -march=armv7 -mfpu=vfp