Add bazel-clang38: using clang38 as crosstool for bazel
PR: 219840 Submitted by: Jov <amutu@amutu.com>
This commit is contained in:
parent
3a0163344d
commit
47d2084b7a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446943
2 changed files with 14 additions and 0 deletions
|
@ -171,6 +171,7 @@
|
|||
SUBDIR += babeltrace
|
||||
SUBDIR += bam
|
||||
SUBDIR += bazel
|
||||
SUBDIR += bazel-clang38
|
||||
SUBDIR += bbfreeze
|
||||
SUBDIR += bbfreeze-loader
|
||||
SUBDIR += bcc
|
||||
|
|
13
devel/bazel-clang38/Makefile
Normal file
13
devel/bazel-clang38/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Created by: Jov <amutu@amutu.com>
|
||||
# $FreeBSD$
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../bazel
|
||||
PKGNAMESUFFIX= -clang38
|
||||
|
||||
MAINTAINER= amutu@amutu.com
|
||||
|
||||
OPTIONS_SLAVE= CLANG38
|
||||
|
||||
CONFLICTS_INSTALL= bazel
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in a new issue