svn commit: r514180 - head/devel/llvm70

Antoine Brodin antoine at FreeBSD.org
Wed Oct 9 18:12:32 UTC 2019


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
 


More information about the svn-ports-head mailing list