mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-29 16:00:17 +00:00
2001-11-07 Joel Sherrill <joel@OARcorp.com>
* startup/Makefile.am: Do NOT use the standard bootcard.c. NOTE: With this fix all test including the mptest ran as expected.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2001-11-07 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/Makefile.am: Do NOT use the standard bootcard.c.
|
||||
NOTE: With this fix all test including the mptest ran as expected.
|
||||
|
||||
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
||||
|
||||
@@ -11,7 +11,7 @@ PGM = ${ARCH}/startup.rel
|
||||
if HAS_CXX
|
||||
C_MAIN_C_FILES =
|
||||
else
|
||||
C_MAIN_C_FILES = main.c bootcard.c
|
||||
C_MAIN_C_FILES = main.c
|
||||
endif
|
||||
|
||||
# C sources
|
||||
|
||||
Reference in New Issue
Block a user