for pkgsrc without base clang from sambuc@
Change-Id: Id0bf33da426f6c7a14628846dd1185cdcdfac766
This commit is contained in:
parent
3a9e392b3a
commit
99e9e03701
1 changed files with 8 additions and 0 deletions
|
@ -574,7 +574,11 @@ TOOL_CKSUM= cksum
|
||||||
.if defined(__MINIX)
|
.if defined(__MINIX)
|
||||||
# LSC: A full path has to be provided, as this is also, used as a make
|
# LSC: A full path has to be provided, as this is also, used as a make
|
||||||
# target.
|
# target.
|
||||||
|
.if exists(/usr/pkg/bin/clang-tblgen)
|
||||||
|
TOOL_CLANG_TBLGEN= /usr/pkg/bin/clang-tblgen
|
||||||
|
.else
|
||||||
TOOL_CLANG_TBLGEN= /usr/bin/clang-tblgen
|
TOOL_CLANG_TBLGEN= /usr/bin/clang-tblgen
|
||||||
|
.endif # exists(/usr/pkg/bin/clang-tblgen)
|
||||||
.else
|
.else
|
||||||
TOOL_CLANG_TBLGEN= clang-tblgen
|
TOOL_CLANG_TBLGEN= clang-tblgen
|
||||||
.endif # defined(__MINIX)
|
.endif # defined(__MINIX)
|
||||||
|
@ -604,7 +608,11 @@ TOOL_JOIN= join
|
||||||
.if defined(__MINIX)
|
.if defined(__MINIX)
|
||||||
# LSC: A full path has to be provided, as this is also, used as a make
|
# LSC: A full path has to be provided, as this is also, used as a make
|
||||||
# target.
|
# target.
|
||||||
|
.if exists(/usr/pkg/bin/llvm-tblgen)
|
||||||
|
TOOL_LLVM_TBLGEN= /usr/pkg/bin/llvm-tblgen
|
||||||
|
.else
|
||||||
TOOL_LLVM_TBLGEN= /usr/bin/llvm-tblgen
|
TOOL_LLVM_TBLGEN= /usr/bin/llvm-tblgen
|
||||||
|
.endif # exists(/usr/pkg/bin/llvm-tblgen)
|
||||||
.else
|
.else
|
||||||
TOOL_LLVM_TBLGEN= llvm-tblgen
|
TOOL_LLVM_TBLGEN= llvm-tblgen
|
||||||
.endif # defined(__MINIX)
|
.endif # defined(__MINIX)
|
||||||
|
|
Loading…
Reference in a new issue