2000-09-22 Joel Sherrill <joel@OARcorp.com>

* startup/linkcmds: Use default object format to avoid name
	changes in object format due to tool version changes.
This commit is contained in:
Joel Sherrill
2000-09-22 20:39:48 +00:00
parent 4b60bd3408
commit fe7416352b
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2000-09-22 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Use default object format to avoid name
changes in object format due to tool version changes.
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am, console/Makefile.am, start/Makefile.am,

View File

@@ -1,4 +1,4 @@
OUTPUT_FORMAT("coff-c4x")
/* OUTPUT_FORMAT("coff-c4x") */
__SYSMEM_SIZE = DEFINED(__SYSMEM_SIZE) ? __SYSMEM_SIZE : 0x4000;
__STACK_SIZE = DEFINED(__STACK_SIZE) ? __STACK_SIZE : 0x1000;
__HeapSize = DEFINED(__HeapSize) ? __HeapSize : 0x10000;