Fix missing powerpc64 in _LLVM_TARGET_FILT

This change was originally in D20378. Making it in a new diff since it's a
bugfix.

Submitted by:	alfredo.junior_eldorado.org.br
Reviewed by:	emaste, luporl
Differential Revision:	https://reviews.freebsd.org/D20756
This commit is contained in:
Leandro Lupori 2019-06-28 15:49:14 +00:00
parent 0dbdf04125
commit 0a0163ebde
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=349508

View File

@ -269,7 +269,7 @@ __LLVM_TARGETS= \
powerpc \
sparc \
x86
__LLVM_TARGET_FILT= C/(amd64|i386)/x86/:S/sparc64/sparc/:S/arm64/aarch64/
__LLVM_TARGET_FILT= C/(amd64|i386)/x86/:S/sparc64/sparc/:S/arm64/aarch64/:S/powerpc64/powerpc/
.for __llt in ${__LLVM_TARGETS}
# Default the given TARGET's LLVM_TARGET support to the value of MK_CLANG.
.if ${__TT:${__LLVM_TARGET_FILT}} == ${__llt}