forked from Imagelibrary/rtems
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:
@@ -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>
|
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* clock/Makefile.am, console/Makefile.am, start/Makefile.am,
|
* clock/Makefile.am, console/Makefile.am, start/Makefile.am,
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
OUTPUT_FORMAT("coff-c4x")
|
/* OUTPUT_FORMAT("coff-c4x") */
|
||||||
__SYSMEM_SIZE = DEFINED(__SYSMEM_SIZE) ? __SYSMEM_SIZE : 0x4000;
|
__SYSMEM_SIZE = DEFINED(__SYSMEM_SIZE) ? __SYSMEM_SIZE : 0x4000;
|
||||||
__STACK_SIZE = DEFINED(__STACK_SIZE) ? __STACK_SIZE : 0x1000;
|
__STACK_SIZE = DEFINED(__STACK_SIZE) ? __STACK_SIZE : 0x1000;
|
||||||
__HeapSize = DEFINED(__HeapSize) ? __HeapSize : 0x10000;
|
__HeapSize = DEFINED(__HeapSize) ? __HeapSize : 0x10000;
|
||||||
|
|||||||
Reference in New Issue
Block a user