git: cc6d72cfccf0 - main - bsd.cpu.mk: Remove xscale reference
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Jan 2025 21:25:39 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=cc6d72cfccf0ffe0dc16fce6442813184d77503c commit cc6d72cfccf0ffe0dc16fce6442813184d77503c Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2025-01-20 20:56:55 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2025-01-21 21:24:10 +0000 bsd.cpu.mk: Remove xscale reference We've retired all the armv5te support, so we don't need this here anymore. Sponsored by: Netflix --- share/mk/bsd.cpu.mk | 6 +----- 1 file changed, 1 insertion(+), 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