Fix for TOOL_CPP
. needed for xorg build from /usr/xsrc Change-Id: I632c9d09d4cfecfbf454820551f6d618ac4f4ebe
This commit is contained in:
parent
0805ab8cfd
commit
7f59afadd5
1 changed files with 4 additions and 0 deletions
|
@ -546,7 +546,11 @@ TOOL_ZIC= ${TOOLDIR}/bin/${_TOOL_PREFIX}zic
|
||||||
|
|
||||||
# Clang supports C, C++ and Objective C
|
# Clang supports C, C++ and Objective C
|
||||||
TOOL_CC.clang= clang
|
TOOL_CC.clang= clang
|
||||||
|
.if defined(__MINIX)
|
||||||
|
TOOL_CPP.clang= clang -E
|
||||||
|
.else
|
||||||
TOOL_CPP.clang= clang-cpp
|
TOOL_CPP.clang= clang-cpp
|
||||||
|
.endif # defined(__MINIX)
|
||||||
TOOL_CXX.clang= clang++
|
TOOL_CXX.clang= clang++
|
||||||
TOOL_OBJC.clang= clang
|
TOOL_OBJC.clang= clang
|
||||||
TOOL_OPT.clang= opt
|
TOOL_OPT.clang= opt
|
||||||
|
|
Loading…
Reference in a new issue