* Makefile.in (ALL_EMULATIONS): Added em68kelf.o.

(em68kelf.o): New target.
* config/m68k-elf.mt, emulparams/m68kelf.sh: New files.
* configure.in: Use them for m68*-*-elf.
This commit is contained in:
Ken Raeburn 1995-04-14 20:33:05 +00:00
parent 1b283698a7
commit bd1a093d78
2 changed files with 12 additions and 0 deletions

1
ld/config/m68k-elf.mt Normal file
View file

@ -0,0 +1 @@
EMUL=m68kelf

11
ld/emulparams/m68kelf.sh Normal file
View file

@ -0,0 +1,11 @@
SCRIPT_NAME=elf
OUTPUT_FORMAT="elf32-m68k"
TEXT_START_ADDR=0x80000100
MAXPAGESIZE=0x2000
NONPAGED_TEXT_START_ADDR=${TEXT_START_ADDR}
ARCH=m68k
TEMPLATE_NAME=elf32
DYNAMIC_LINK=false
# We can't do dynamic linking yet, but the elf code requires that
# the script exist...
GENERATE_SHLIB_SCRIPT=yes