* scripttempl/m88kbcs.sc: Removed TARGET statement. Changed

OUTPUT_FORMAT to use ${OUTPUT_FORMAT}.
	* emulparams/m88kbcs.sh: It's coff-m88kbcs, not m88kbcs.
This commit is contained in:
Ian Lance Taylor 1993-07-15 19:59:21 +00:00
parent ab17c2d292
commit b0955bc979
2 changed files with 9 additions and 1 deletions

View File

@ -1,7 +1,9 @@
Thu Jul 15 10:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
* Makefile.in (em_m88kbcs.c): Correct dependency.
(scripttempl/m88kbcs.sc): It's ARCH, not arch.
* scripttempl/m88kbcs.sc: It's ARCH, not arch. Removed TARGET
statement. Changed OUTPUT_FORMAT to use ${OUTPUT_FORMAT}.
* emulparams/m88kbcs.sh: It's coff-m88kbcs, not m88kbcs.
Wed Jul 14 21:42:53 1993 David J. Mackenzie (djm@thepub.cygnus.com)

6
ld/emulparams/m88kbcs.sh Normal file
View File

@ -0,0 +1,6 @@
EMULATION_NAME=m88kbcs
SCRIPT_NAME=m88kbcs
OUTPUT_FORMAT="coff-m88kbcs"
TEXT_START_ADDR=??
PAGE_SIZE=??
ARCH=m88k