Home | History | Annotate | Download | only in mpn

Lines Matching refs:CPP

34 # Usage: cpp-cc --cpp=CPP CC ... file.S ...
36 # Process file.S with the given CPP command plus any -D options in the
40 # The CPP command must be in a single --cpp= argument, and will be
44 # which is the CPP output.
46 # Any lines starting with "#" are removed from the CPP output, usually
47 # these will be #line and #file markers from CPP, but they might also
54 CPP=
62 --cpp=*)
63 CPP=`echo "$i" | sed 's/^--cpp=//'`
90 if test -z "$CPP"; then
91 echo "No --cpp specified"
108 echo "$CPP $CPPDEFS $S >$TMP_I"
109 $CPP $CPPDEFS $S >$TMP_I || exit