svn commit: r514180 - head/devel/llvm70

Brooks Davis brooks at freebsd.org
Wed Oct 9 20:15:48 UTC 2019


Thanks for the fix and sorry for the breakage.

-- Brooks

On Wed, Oct 09, 2019 at 06:12:31PM +0000, Antoine Brodin wrote:
> Author: antoine
> Date: Wed Oct  9 18:12:31 2019
> New Revision: 514180
> URL: https://svnweb.freebsd.org/changeset/ports/514180
> 
> Log:
>   Unbreak INDEX
> 
> Modified:
>   head/devel/llvm70/Makefile
> 
> Modified: head/devel/llvm70/Makefile
> ==============================================================================
> --- head/devel/llvm70/Makefile	Wed Oct  9 18:02:25 2019	(r514179)
> +++ head/devel/llvm70/Makefile	Wed Oct  9 18:12:31 2019	(r514180)
> @@ -210,7 +210,7 @@ MAN1SRCS+=	bugpoint.1 dsymutil.1 llc.1 lli.1 llvm-ar.1
>  
>  # Use lld for armv6 on clang 7 and up to avoid binutils ld issues
>  # PR: 235282
> -if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 70
> +.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 70
>  LDFLAGS_armv6=-fuse-ld=lld
>  .endif
>  
> _______________________________________________
> svn-ports-all at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-ports-all
> To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 455 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20191009/e95bd27a/attachment.sig>


More information about the svn-ports-head mailing list