i960 Processor Compiler User's Guide
3-66
3
W (Pass)
Pass arguments to
phases.
W
phase
,
arg
[,
arg
]. . .
phase
is a letter identifying the phase to receive the
arguments, as follows:
a indicates the assembler.
c indicates the compiler.
l indicates the linker.
p indicates the preprocessor.
arg
is a string to be passed to and interpreted by the
phase. Each
arg
is passed as a separate
argument. If an
arg
string contains whitespace,
you must enclose the string in quotation marks.
Discussion
Use the W (Pass) option to specify options for the preprocessor, compiler,
assembler, or linker. The driver program does not interpret the argument
strings; only the receiving phase interprets them.
Related Topic
Stop-after options