22a78f0d96
Added initial support for the z8k * z8ksim.em, z8ksim.sc-sh, z8ksim.sh: new files * configure.in, Makefile.in: modified to reflect above * ldlang.c (lang_check): when linking conflicting architectures, make the output file reflect at least one of the bad inputs.
9 lines
131 B
Bash
Executable File
9 lines
131 B
Bash
Executable File
EMULATION_NAME=z8ksim
|
|
SCRIPT_NAME=z8ksim
|
|
OUTPUT_FORMAT="coff-z8k"
|
|
TEXT_START_ADDR=0x0
|
|
PAGE_SIZE=128
|
|
ARCH=z8k
|
|
TEMPLATE_NAME=z8ksim
|
|
|