summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2018-09-20 14:48:37 +0000
committerBrooks Davis <brooks@FreeBSD.org>2018-09-20 14:48:37 +0000
commit4a75647f64d8aa7a5c784ce28ea30b4d59023e76 (patch)
tree774dcf94d99bec737c91c14378fb50d33ae7afbb
parentnet-mgmt/unifi-devel: Update to 5.9.26 (diff)
Add xtoolchain-llvm70.
Reported by: lwhsu Sponsored by: DARPA, AFRL
Notes
Notes: svn path=/head/; revision=480180
-rw-r--r--devel/Makefile1
-rw-r--r--devel/xtoolchain-llvm70/Makefile7
2 files changed, 8 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 705a6f2b88f5..635e886e9182 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6333,6 +6333,7 @@
SUBDIR += xtoolchain-llvm40
SUBDIR += xtoolchain-llvm50
SUBDIR += xtoolchain-llvm60
+ SUBDIR += xtoolchain-llvm70
SUBDIR += xwpe
SUBDIR += xxgdb
SUBDIR += xxhash
diff --git a/devel/xtoolchain-llvm70/Makefile b/devel/xtoolchain-llvm70/Makefile
new file mode 100644
index 000000000000..6eef681d2cb1
--- /dev/null
+++ b/devel/xtoolchain-llvm70/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+LLVM_SUFFIX=70
+
+MASTERDIR= ${.CURDIR}/../xtoolchain-llvm-devel
+
+.include "${MASTERDIR}/Makefile"