mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add xtoolchain port for llvm50.
This commit is contained in:
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
|
@ -6062,6 +6062,7 @@
|
|||
SUBDIR += xtl
|
||||
SUBDIR += xtoolchain-llvm-devel
|
||||
SUBDIR += xtoolchain-llvm40
|
||||
SUBDIR += xtoolchain-llvm50
|
||||
SUBDIR += xwpe
|
||||
SUBDIR += xxgdb
|
||||
SUBDIR += xxhash
|
||||
|
|
7
devel/xtoolchain-llvm50/Makefile
Normal file
7
devel/xtoolchain-llvm50/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
LLVM_SUFFIX=50
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../xtoolchain-llvm-devel
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Add table
Reference in a new issue