* 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:
parent
1b283698a7
commit
bd1a093d78
2 changed files with 12 additions and 0 deletions
1
ld/config/m68k-elf.mt
Normal file
1
ld/config/m68k-elf.mt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
EMUL=m68kelf
|
11
ld/emulparams/m68kelf.sh
Normal file
11
ld/emulparams/m68kelf.sh
Normal 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
|
Loading…
Reference in a new issue