User guide

C-50
Compile-Time Options
host ID of your work station (used in licensing), the version of the
VCS compiler (same as VCS) and the VCS build date.
Options for Controlling the Assembler
-gen_asm
Enables assembly code generation mode. Use this option if you
encounter problems in native code generation. Not supported on
IBM RS/6000 AIX.
-as assembler
Selects an alternate assembler. Not supported on IBM RS/6000
AIX.
-ASFLAGS options
Passes options to assembler. Not supported on IBM RS/6000 AIX.
-C
Stops after generating the assembly code intermediate files. If you
also enter the -gen_asm option, it does not assemble the
assembly code files. Use this option if you want to assemble by
hand. This option can also be used with the -gen_c options for
disabling C code compilation.
Options for Controlling the Linker
-ld linker
Specifies an alternate front-end linker. Only applicable in
incremental compile mode, which is the default.
-LDFLAGS options
Passes flag options to the linker. Only applicable in incremental
compile mode, which is the default.