summaryrefslogtreecommitdiffstats
path: root/c/src/wrapup/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-15 13:58:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-15 13:58:29 +0000
commit082972afe787c8c98e3a5aad1cb342fdf696341a (patch)
treeb441c7a7998be96e21aa8b876a5355bca5e3940b /c/src/wrapup/ChangeLog
parent2002-03-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-082972afe787c8c98e3a5aad1cb342fdf696341a.tar.bz2
2002-03-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Special treatment of the bare BSP. Add RTEMS_BSP_ALIAS. Add HAS_LIBBSP. * Makefile.am: Append libbsp.a to SRC conditionally.
Diffstat (limited to 'c/src/wrapup/ChangeLog')
-rw-r--r--c/src/wrapup/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/wrapup/ChangeLog b/c/src/wrapup/ChangeLog
index a2298ec35a..540556c8af 100644
--- a/c/src/wrapup/ChangeLog
+++ b/c/src/wrapup/ChangeLog
@@ -1,3 +1,9 @@
+2002-03-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Special treatment of the bare BSP.
+ Add RTEMS_BSP_ALIAS. Add HAS_LIBBSP.
+ * Makefile.am: Append libbsp.a to SRC conditionally.
+
2002-02-28 Victor V. Vengerov <vvv@oktet.ru>
* DOS filesystem including FAT12, FAT16, and FAT32 support submitted.