mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Follow-up r335706: Fix LLVM_TARGET_ALL handling to use TARGET_ARCH.
Pointyhat to: bdrewery MFC after: 2 weeks X-MFC-with: r335706 Reported by: Mark Millard Sponsored by: Dell EMC
This commit is contained in:
parent
104f6a2dcd
commit
8e4ce6157f
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ __LLVM_TARGET_FILT= C/(amd64|i386)/x86/:S/sparc64/sparc/:S/arm64/aarch64/
|
|||
# Default the rest of the LLVM_TARGETs to the value of MK_LLVM_TARGET_ALL
|
||||
# which is based on MK_CLANG.
|
||||
.for __llt in ${__LLVM_TARGETS}
|
||||
.if ${__llt} != ${__T:${__LLVM_TARGET_FILT}}
|
||||
.if ${__llt} != ${__TT:${__LLVM_TARGET_FILT}}
|
||||
__DEFAULT_DEPENDENT_OPTIONS+= LLVM_TARGET_${__llt:${__LLVM_TARGET_FILT}:tu}/LLVM_TARGET_ALL
|
||||
.else
|
||||
__DEFAULT_DEPENDENT_OPTIONS+= LLVM_TARGET_${__llt:${__LLVM_TARGET_FILT}:tu}/CLANG
|
||||
|
|
|
|||
Loading…
Reference in a new issue