2001-10-29 Joel Sherrill <joel@OARcorp.com>

* startup/linkcmds: Remove explicit force of output format.
This commit is contained in:
Joel Sherrill
2001-10-29 14:28:48 +00:00
parent a19a730221
commit 6b366f7384
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2001-10-29 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Remove explicit force of output format.
2001-10-26 Alexandra Kossovsky <sasha@oktet.ru>
* README, console/console.c, hw_init/hw_init.c, include/bsp.h,

View File

@@ -17,8 +17,6 @@
*/
OUTPUT_FORMAT("elf32-shl", "elf32-shl",
"elf32-shl")
OUTPUT_ARCH(sh)
ENTRY(_start)
/* Do we need any of these for elf?