028f887219
* Makefile.in (em_m68klynx.c, em_i386lynx.c, em_sparclynx.c): Use Lynx-specific script templates. * configure.in (sparclite*-*-coff): Use coff-sparc. * emulparams/i386lynx.sh (SCRIPT_NAME): Set to i386lynx. * emulparams/sparclynx.sh (SCRIPT_NAME): Set to sparclynx. (ENTRY): Set to __main. * scripttempl/i386lynx.sc: New file, script for I386 Lynx. * scripttempl/m68klynx.sc: Add insertion of ctor/dtor sections. * scripttempl/sparclynx.sc: New file, script for uSparc Lynx.
10 lines
211 B
Bash
10 lines
211 B
Bash
SCRIPT_NAME=sparclynx
|
|
OUTPUT_FORMAT="coff-sparc-lynx"
|
|
# This is what LynxOS /lib/init1.o wants.
|
|
ENTRY=__main
|
|
# following are dubious
|
|
PAGE_SIZE=0x1000
|
|
TEXT_START_ADDR=0
|
|
NONPAGED_TEXT_START_ADDR=0x1000
|
|
ARCH=sparc
|