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:
parent
0dbdf04125
commit
0a0163ebde
@ -269,7 +269,7 @@ __LLVM_TARGETS= \
|
|||||||
powerpc \
|
powerpc \
|
||||||
sparc \
|
sparc \
|
||||||
x86
|
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}
|
.for __llt in ${__LLVM_TARGETS}
|
||||||
# Default the given TARGET's LLVM_TARGET support to the value of MK_CLANG.
|
# Default the given TARGET's LLVM_TARGET support to the value of MK_CLANG.
|
||||||
.if ${__TT:${__LLVM_TARGET_FILT}} == ${__llt}
|
.if ${__TT:${__LLVM_TARGET_FILT}} == ${__llt}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user