Searched refs:CPP (Results 1 – 10 of 10) sorted by relevance
97 if [ ".$CPP" = "." ]; then98 CPP="$CC -E"
177 if [ ".$CPP" = "." ]; then178 CPP="$CC -E"
26 …${CPP} -P -x assembler-with-cpp -I "$S/contrib/device-tree/include" -I "$S/dts/${MACHINE}" -I "$S/…
3 CPP ?= cpp macro137 cmd_dtc = $(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \
138 Due to how the driver needs to access the NFP through a CPP interface, which implies144 process which will create a CPP bridge for user space tools accessing the NFP.
39 CPP = $CPP
21 CPP=350 --with-cpp=*) CPP="$value" ;;
1486 CPP C preprocessor2538 ac_cpp='$CPP $CPPFLAGS'4508 if test -n "$CPP" && test -d "$CPP"; then4509 CPP=4511 if test -z "$CPP"; then4568 ac_cv_prog_CPP=$CPP4571 CPP=$ac_cv_prog_CPP4573 ac_cv_prog_CPP=$CPP4575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&54576 $as_echo "$CPP" >&6; }[all …]
57 - Make sure CXXFLAGS is tested with CPP compiler. (@nehaljwani)