clang-wrapper: Set $CXX to clang
This is useful for non-Autoconf-based packages, since GNU Make's default for CXX is "g++". (The CC default is "cc" so should work fine with Clang already.)
This commit is contained in:
parent
c07559b782
commit
6a8485af6b
@ -31,3 +31,6 @@ fi
|
|||||||
if test -n "@coreutils@"; then
|
if test -n "@coreutils@"; then
|
||||||
addToSearchPath PATH @coreutils@/bin
|
addToSearchPath PATH @coreutils@/bin
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
: ${CXX:=clang++}
|
||||||
|
export CXX
|
||||||
|
Loading…
x
Reference in New Issue
Block a user