Add xtoolchain port for llvm50.

This commit is contained in:
Brooks Davis 2017-09-22 22:03:32 +00:00
parent fe4cae38a3
commit 5e26479a64
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450418
2 changed files with 8 additions and 0 deletions

View file

@ -6062,6 +6062,7 @@
SUBDIR += xtl SUBDIR += xtl
SUBDIR += xtoolchain-llvm-devel SUBDIR += xtoolchain-llvm-devel
SUBDIR += xtoolchain-llvm40 SUBDIR += xtoolchain-llvm40
SUBDIR += xtoolchain-llvm50
SUBDIR += xwpe SUBDIR += xwpe
SUBDIR += xxgdb SUBDIR += xxgdb
SUBDIR += xxhash SUBDIR += xxhash

View file

@ -0,0 +1,7 @@
# $FreeBSD$
LLVM_SUFFIX=50
MASTERDIR= ${.CURDIR}/../xtoolchain-llvm-devel
.include "${MASTERDIR}/Makefile"