None.
Applies the prefix specified by the -B option to the designated components.
>>- -t--+-a-+-------------------------------------------------->< +-b-+ +-c-+ +-C-+ +-d-+ +-E-+ +-f-+ +-I-+ +-L-+ +-l-+ +-m-+ '-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, xlCentry |
C |
C++ compiler front end | xlCentry |
| d | Disassembler | dis |
| E | CreateExportList utility | CreateExportList |
f |
c++filt utility | c++filt |
| I | High-level optimizer, compile step | ipa |
| L | High-level optimizer, link step | ipa |
| l | Linker | ld |
m |
Linkage helper | munch |
| 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