From 6b7d2531b9d938b6d9aa9ed61dc7cafc284684f7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 7 Nov 2001 23:21:22 +0000 Subject: 2001-11-07 Joel Sherrill * startup/Makefile.am: Do NOT use the standard bootcard.c. NOTE: With this fix all test including the mptest ran as expected. --- c/src/lib/libbsp/unix/posix/ChangeLog | 5 +++++ c/src/lib/libbsp/unix/posix/startup/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'c') diff --git a/c/src/lib/libbsp/unix/posix/ChangeLog b/c/src/lib/libbsp/unix/posix/ChangeLog index 2fbf167fa1..543ab964ce 100644 --- a/c/src/lib/libbsp/unix/posix/ChangeLog +++ b/c/src/lib/libbsp/unix/posix/ChangeLog @@ -1,3 +1,8 @@ +2001-11-07 Joel Sherrill + + * 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 * .cvsignore: Add autom4te.cache for autoconf > 2.52. diff --git a/c/src/lib/libbsp/unix/posix/startup/Makefile.am b/c/src/lib/libbsp/unix/posix/startup/Makefile.am index b6b23940d4..952477c30f 100644 --- a/c/src/lib/libbsp/unix/posix/startup/Makefile.am +++ b/c/src/lib/libbsp/unix/posix/startup/Makefile.am @@ -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 -- cgit v1.2.3