Compiler Phase Command Lines
This appendix decsribes the command lines and options for the
individual compiler phases. Each phase of the compiler may be
executed separately. The following information describes the
options available to each phase.
cc1 & cc2 (C executives)
cc
options
file
options
Recognized file suffixes:
.c
C source file
.a
Assembly language source file
.r
Relocatable module format file
Recognized options: (UPPER and lower case is equiv.)
-a
Suppress assembly. Leave output in ".a" file.
-e=n
Edition number (n) is supplied to c.prep for
inclusion in module psect and/or to c.link for
inclusion as the edition number of the linked
module.
-o
Inhibits assembly code optimizer pass.