Add xtoolchain-llvm90, pre seeded toolchain to cross build FreeBSD base

Approved by:	brooks
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu 2019-08-08 21:15:49 +00:00
parent 3baf2e986b
commit d16c599b55
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508407
2 changed files with 8 additions and 0 deletions

View File

@ -6290,6 +6290,7 @@
SUBDIR += xtoolchain-llvm60
SUBDIR += xtoolchain-llvm70
SUBDIR += xtoolchain-llvm80
SUBDIR += xtoolchain-llvm90
SUBDIR += xwpe
SUBDIR += xxgdb
SUBDIR += xxhash

View File

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