Home
last modified time | relevance | path

Searched refs:BUILD_CXX (Results 1 – 4 of 4) sorted by relevance

/external/llvm/
DMakefile.config.in137 BUILD_CXX=@BUILD_CXX@
DMakefile119 CXX=$(BUILD_CXX) ; \
Dconfigure4422 if test -n "$BUILD_CXX"; then
4423 ac_cv_prog_BUILD_CXX="$BUILD_CXX" # Let the user override the test.
4442 BUILD_CXX=$ac_cv_prog_BUILD_CXX
4443 if test -n "$BUILD_CXX"; then
4444 { echo "$as_me:$LINENO: result: $BUILD_CXX" >&5
4445 echo "${ECHO_T}$BUILD_CXX" >&6; }
4452 if test -z "$BUILD_CXX"; then
4460 if test -n "$BUILD_CXX"; then
4461 ac_cv_prog_BUILD_CXX="$BUILD_CXX" # Let the user override the test.
4480 BUILD_CXX=$ac_cv_prog_BUILD_CXX
[all …]
/external/llvm/autoconf/
Dconfigure.ac484 AC_CHECK_PROG(BUILD_CXX, ${ac_build_prefix}g++, ${ac_build_prefix}g++)
485 if test -z "$BUILD_CXX"; then
486 AC_CHECK_PROG(BUILD_CXX, g++, g++)
487 if test -z "$BUILD_CXX"; then
488 AC_CHECK_PROG(BUILD_CXX, c++, c++, , , /usr/ucb/c++)