libclang_rt: Trim a few more MIPSisms.

The only FreeBSD architectures ending in 'hf' were MIPS hard-float
architectures.

Reviewed by:	emaste
Sponsored by:	DARPA
Differential Revision:	https://reviews.freebsd.org/D35591
This commit is contained in:
John Baldwin 2022-06-30 10:02:37 -07:00
parent 61a73acd88
commit 21d2d29f59

View file

@ -9,7 +9,7 @@ SANITIZER_SHAREDIR= ${CLANGDIR}/share
(!defined(CPUTYPE) || ${CPUTYPE:M*soft*} == "")
CRTARCH?= armhf
.else
CRTARCH?= ${MACHINE_ARCH:S/amd64/x86_64/:C/hf$//:C/sf$//:S/mipsn32/mips64/}
CRTARCH?= ${MACHINE_ARCH:S/amd64/x86_64/:C/sf$//}
.endif
.if ${COMPILER_TYPE} == "clang"