XGC User's Guide: Using the Assembler Linker and Utilities | ||
---|---|---|
Prev | Chapter 13. Selecting the target system | Next |
An architecture is a type of cpu on which an object file is to run. Its name may contain a colon, separating the name of the processor family from the name of the particular cpu.
The command to list valid architecture values is "objdump -i" (the second column contains the relevant information).
Sample values: "m68k:68020", "mips:3000", "sparc".
Ways to specify:
command line option: "-m" or "--architecture"
deduced from the input file
Ways to specify:
deduced from the input file
Ways to specify:
deduced from the input file
Ways to specify:
script command OUTPUT_ARCH (see Section 11.7.)
the default architecture from the linker output target (see Section 13.1.)