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:
parent
61a73acd88
commit
21d2d29f59
@ -9,7 +9,7 @@ SANITIZER_SHAREDIR= ${CLANGDIR}/share
|
|||||||
(!defined(CPUTYPE) || ${CPUTYPE:M*soft*} == "")
|
(!defined(CPUTYPE) || ${CPUTYPE:M*soft*} == "")
|
||||||
CRTARCH?= armhf
|
CRTARCH?= armhf
|
||||||
.else
|
.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
|
.endif
|
||||||
|
|
||||||
.if ${COMPILER_TYPE} == "clang"
|
.if ${COMPILER_TYPE} == "clang"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user