Lines Matching refs:CXX
11 AC_CHECK_PROGS(CXX, $CCC c++ g++ gcc CC cxx cc++, gcc)
39 [AC_MSG_CHECKING([whether the G++ compiler ($CXX $CXXFLAGS $LDFLAGS) actually works])
51 dnl CXX is set. This is also what CXX gets set to in the generated
53 if test x"${CXX}" = xc++ ; then
54 CXX=`echo gcc | sed -e "${program_transform_name}"`
58 libgccpath=`${CXX} --print-libgcc`
87 AC_MSG_ERROR(${CXX} is a non-working cross compiler)
97 AC_MSG_CHECKING([whether the G++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler])
100 AC_SUBST(CXX) subst
148 dnl CXX is set. This is also what CC gets set to in the generated Makefile.
436 dnl CXX is set. This is also what CXX gets set to in the generated