None.
Applies the prefix specified by the -B option to the designated components.
>>- -t--+-a-+-------------------------------------------------->< +-b-+ +-c-+ +-d-+ +-E-+ +-I-+ +-L-+ +-l-+ '-p-'
The default paths for all of the compiler executables are defined in the compiler configuration file.
The following table shows the correspondence between -t parameters and the component executable names:
Parameter | Description | Executable name |
---|---|---|
a | Assembler | as |
b | Low-level optimizer | xlCcode |
c | Compiler front end | xlcentry |
d | Disassembler | dis |
E | CreateExportList utility | CreateExportList |
I | High-level optimizer, compile step | ipa |
L | High-level optimizer, link step | ipa |
l | Linker | ld |
p | Preprocessor | n/a |
This option is intended to be used together with the -Bprefix option. If -B is specified without the prefix, the default prefix is /lib/o. If -B is not specified at all, the prefix of the standard program names is /lib/n.
None.
xlc myprogram.c -B/u/newones/compilers/ -tca