Home
last modified time | relevance | path

Searched refs:CPP (Results 1 – 10 of 10) sorted by relevance

/f-stack/app/nginx-1.16.1/auto/cc/
H A Dclang97 if [ ".$CPP" = "." ]; then
98 CPP="$CC -E"
H A Dgcc177 if [ ".$CPP" = "." ]; then
178 CPP="$CC -E"
/f-stack/freebsd/tools/fdt/
H A Dmake_dtbo.sh26 …${CPP} -P -x assembler-with-cpp -I "$S/contrib/device-tree/include" -I "$S/dts/${MACHINE}" -I "$S/…
H A Dmake_dtb.sh26 …${CPP} -P -x assembler-with-cpp -I "$S/contrib/device-tree/include" -I "$S/dts/${MACHINE}" -I "$S/…
/f-stack/freebsd/contrib/device-tree/
H A DMakefile3 CPP ?= cpp macro
137 cmd_dtc = $(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \
/f-stack/dpdk/doc/guides/nics/
H A Dnfp.rst138 Due to how the driver needs to access the NFP through a CPP interface, which implies
144 process which will create a CPP bridge for user space tools accessing the NFP.
/f-stack/app/nginx-1.16.1/auto/
H A Dmake39 CPP = $CPP
H A Doptions21 CPP=
350 --with-cpp=*) CPP="$value" ;;
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A Dconfigure1486 CPP C preprocessor
2538 ac_cpp='$CPP $CPPFLAGS'
4508 if test -n "$CPP" && test -d "$CPP"; then
4509 CPP=
4511 if test -z "$CPP"; then
4568 ac_cv_prog_CPP=$CPP
4571 CPP=$ac_cv_prog_CPP
4573 ac_cv_prog_CPP=$CPP
4575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4576 $as_echo "$CPP" >&6; }
[all …]
H A DChangeLog57 - Make sure CXXFLAGS is tested with CPP compiler. (@nehaljwani)