B.8. Linker Options

The linker script specifies the CPU type of the target computer. The default script specifies the MC68040. Note that the CPU type is written into the executable program so that the simulator knows which CPU to simulate.

OUTPUT_ARCH(m68k:68000)

The target is the MC68000.

OUTPUT_ARCH(m68k:68008)

The target is the MC68008.

OUTPUT_ARCH(m68k:68010)

The target is the MC68010.

OUTPUT_ARCH(m68k:68020)

The target is the MC68020.

OUTPUT_ARCH(m68k:68030)

The target is the MC68030.

OUTPUT_ARCH(m68k:68040)

The target is the MC68040. This is the default.

OUTPUT_ARCH(m68k:cpu32)

The target is any computer that has the CPU32 instruction set.

OUTPUT_ARCH(m68k:68060)

The target is the MC68060.