Home | History | Annotate | Download | only in mpn

Lines Matching refs:M4

34 # Usage: m4-ccas --m4=M4 CC ... file.asm ...
36 # Process file.asm with the given M4 plus any -D arguments, then
39 # The M4 command must be in a single --m4= argument, and will be split
41 # temporary .s file which is the M4 output.
47 M4=
55 --m4=*)
56 M4=`echo "$i" | sed 's/^--m4=//'`
82 if test -z "$M4"; then
83 echo "No --m4 specified"
100 echo "$M4 $DEFS $ASM >$TMP"
101 $M4 $DEFS $ASM >$TMP || exit