svn commit: r480180 - in head/devel: . xtoolchain-llvm70

Brooks Davis brooks at FreeBSD.org
Thu Sep 20 14:48:38 UTC 2018


Author: brooks
Date: Thu Sep 20 14:48:37 2018
New Revision: 480180
URL: https://svnweb.freebsd.org/changeset/ports/480180

Log:
  Add xtoolchain-llvm70.
  
  Reported by:	lwhsu
  Sponsored by:	DARPA, AFRL

Added:
  head/devel/xtoolchain-llvm70/
     - copied from r480177, head/devel/xtoolchain-llvm60/
Modified:
  head/devel/Makefile
  head/devel/xtoolchain-llvm70/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Sep 20 14:47:48 2018	(r480179)
+++ head/devel/Makefile	Thu Sep 20 14:48:37 2018	(r480180)
@@ -6333,6 +6333,7 @@
     SUBDIR += xtoolchain-llvm40
     SUBDIR += xtoolchain-llvm50
     SUBDIR += xtoolchain-llvm60
+    SUBDIR += xtoolchain-llvm70
     SUBDIR += xwpe
     SUBDIR += xxgdb
     SUBDIR += xxhash

Modified: head/devel/xtoolchain-llvm70/Makefile
==============================================================================
--- head/devel/xtoolchain-llvm60/Makefile	Thu Sep 20 14:42:34 2018	(r480177)
+++ head/devel/xtoolchain-llvm70/Makefile	Thu Sep 20 14:48:37 2018	(r480180)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-LLVM_SUFFIX=60
+LLVM_SUFFIX=70
 
 MASTERDIR=	${.CURDIR}/../xtoolchain-llvm-devel
 


More information about the svn-ports-head mailing list