Date: Wed, 9 Oct 2019 18:12:31 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514180 - head/devel/llvm70 Message-ID: <201910091812.x99ICVch034580@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910091812.x99ICVch034580>