svn commit: r335718 - head/share/mk

Bryan Drewery bdrewery at FreeBSD.org
Wed Jun 27 18:51:55 UTC 2018


On 6/27/2018 11:43 AM, Bryan Drewery wrote:
> Author: bdrewery
> Date: Wed Jun 27 18:43:34 2018
> New Revision: 335718
> URL: https://svnweb.freebsd.org/changeset/base/335718
> 
> Log:
>   Follow-up r335706: Fix LLVM_TARGET_ALL handling to use TARGET_ARCH.

Oops, I meant to say TARGET here. I intended for this to use TARGET as
it does now.
__T
__TT, great names :(

>   
>   Pointyhat to:	bdrewery
>   MFC after:	2 weeks
>   X-MFC-with:	r335706
>   Reported by:	Mark Millard
>   Sponsored by:	Dell EMC
> 
> Modified:
>   head/share/mk/src.opts.mk
> 
> Modified: head/share/mk/src.opts.mk
> ==============================================================================
> --- head/share/mk/src.opts.mk	Wed Jun 27 18:14:33 2018	(r335717)
> +++ head/share/mk/src.opts.mk	Wed Jun 27 18:43:34 2018	(r335718)
> @@ -264,7 +264,7 @@ __LLVM_TARGET_FILT=	C/(amd64|i386)/x86/:S/sparc64/spar
>  # 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
> 


-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20180627/162a1a46/attachment.sig>


More information about the svn-src-head mailing list