Browse Source
(em68knbsd.c): New target. * config/m68k-nbsd.mt: New file. * emulparams/m68knbsd.sh: New file. * configure.in (m68*-*-netbsd*): Use above configs.gdb-4_18-branch
6 changed files with 24 additions and 4 deletions
@ -0,0 +1 @@ |
|||
EMUL=m68knbsd |
|||
@ -0,0 +1,5 @@ |
|||
SCRIPT_NAME=aout |
|||
TEXT_START_ADDR=0x1020 |
|||
OUTPUT_FORMAT="a.out-m68k-netbsd" |
|||
PAGE_SIZE=0x1000 |
|||
ARCH=m68k |
|||
Loading…
Reference in new issue