Home
last modified time | relevance | path

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

/glibc-2.36/scripts/
Dcpp6 exec ${CPP} "$@"
/glibc-2.36/mach/
DMachrules59 MIG := CC='${CC}' CPP='${CPP} -x c' $(MIG)
/glibc-2.36/
Dconfigure.ac26 AC_ARG_VAR([CPP], [C preprocessor])dnl
28 # On Suns, sometimes $CPP names a directory.
29 if test -n "$CPP" && test -d "$CPP"; then
30 CPP=
32 if test -z "$CPP"; then
33 CPP="$CC -E"
35 AC_SUBST(CPP)dnl
Dconfigure2132 ac_cpp='$CPP $CPPFLAGS'
2867 if test -n "$CPP" && test -d "$CPP"; then
2868 CPP=
2870 if test -z "$CPP"; then
2871 CPP="$CC -E"
/glibc-2.36/ChangeLog.old/
DChangeLog.22690 * configure.in (signed size_t check): Use eval on $CPP, since it
DChangeLog.131922 * sunrpc/Makefile (rpcgen-cmd): Pass CPP in rpcgen's environment.
9672 * mach/Machrules (MIG): Add -x c to CPP value passed down.
11069 * mach/Machrules (MIG): Set CPP as well as CC.
DChangeLog.58909 (CFLAGS, CPPFLAGS): Append $(C{,CPP}FLAGS-$(suffix $@)).
DChangeLog.119329 ($(common-objpfx)gnu/lib-names.h): Use it for the CPP symbol,
DChangeLog.144681 * argp/argp-xinl.c [_LIBC || HAVE_FEATURES_H]: Add CPP check for
DChangeLog.1878600 (open_input): Call CPP using execvp.
86975 variables with appropriate CPP guards.