Searched refs:CXX (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DGNUmakefile29 LINKER = $(CXX)
62 $(CXX) -c $(VFR_CPPFLAGS) $(INC) $? -o $@
65 $(CXX) -c $(VFR_CPPFLAGS) $(INC) $? -o $@
68 $(CXX) -c $(VFR_CPPFLAGS) $(INC) $? -o $@
71 $(CXX) -c $(VFR_CPPFLAGS) $(INC) $? -o $@
H A DMakefile37 $(CXX) -c $(CPPFLAGS) $(INC) $? -Fo$@
40 $(CXX) -c $(CPPFLAGS) $(INC) $? -Fo$@
43 $(CXX) -c $(CPPFLAGS) $(INC) $? -Fo$@
/vbox/src/libs/xpcom18a4/nsprpub/
H A Dconfigure760 CXX=$CC
976 if test -z "$CXX"; then
981 CXX=xlC_r
983 CXX=xlC
990 CXX=aCC
993 CXX=aCC
996 CXX=CC
1002 CXX=CC
1006 CXX=cxx
1010 CXX
[all...]
/vbox/
H A Dconfigure108 CXX="g++"
282 echo "$CXX $CXX_FLAGS -g -O -Wall -o $ODIR.tmp_out $ODIR.tmp_src.cc \"$1\"" >> $LOG
283 $CXX $CXX_FLAGS -g -O -Wall -o $ODIR.tmp_out $ODIR.tmp_src.cc $1 >> $LOG 2>&1
407 if check_avail "$CXX" CXX really; then
408 cxx_ver=`$CXX -dumpversion` 2>/dev/null
410 log_failure "cannot execute '$CXX -dumpversion'"
433 [ -z "$CXX32" ] && CXX32="$CXX -m32"
436 [ -z "$CXX32" ] && CXX32="$CXX"
440 [ -z "$CXX64" ] && CXX64="$CXX
[all...]
/vbox/src/libs/zlib-1.2.6/nintendods/
H A DMakefile66 # use CXX for linking C++ projects, CC for standard C
74 export LD := $(CXX)
/vbox/src/VBox/RDP/client-1.8.3/
H A Dconfigure662 CXX
751 CXX
1424 CXX C++ compiler command
3326 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3327 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3329 if test -z "$CXX"; then
3331 CXX=$CCC
3343 if test -n "$CXX"; then
3344 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3363 CXX
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dconfigure702 tagnames=${tagnames+${tagnames},}CXX
880 CXX
998 CXX
1646 CXX C++ compiler command
6129 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6130 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6132 if test -z "$CXX"; then
6134 CXX=$CCC
6146 if test -n "$CXX"; then
6147 ac_cv_prog_CXX="$CXX" # Le
[all...]
H A Dltmain.sh4404 if test "$tagname" = CXX ; then

Completed in 63 milliseconds