summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/i386/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-21 14:10:44 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-21 14:10:44 +0000
commit6b894ff56e6dffb681e588c3e62f635250783fad (patch)
tree7b2bdf2c74dba4d47911a5b10d520d40862dd422 /c/src/lib/libcpu/i386/ChangeLog
parent2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-6b894ff56e6dffb681e588c3e62f635250783fad.tar.bz2
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Split the blob of *.o into cache.rel, page.rel and score.rel. Add PREINSTALL_DIRS. Use automake compilation rules. * page.c, cpuModel.S: Remove stray blanks. * configure.ac: Require automake >= 1.8.2. Add AM_PROG_CC_C_O. Add subdir-objects to AUTOMAKE_OPTIONS.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/i386/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/i386/ChangeLog b/c/src/lib/libcpu/i386/ChangeLog
index 4ac0d9a8a9..a0b3d8ad04 100644
--- a/c/src/lib/libcpu/i386/ChangeLog
+++ b/c/src/lib/libcpu/i386/ChangeLog
@@ -1,3 +1,12 @@
+2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Split the blob of *.o into cache.rel, page.rel and
+ score.rel. Add PREINSTALL_DIRS.
+ Use automake compilation rules.
+ * page.c, cpuModel.S: Remove stray blanks.
+ * configure.ac: Require automake >= 1.8.2.
+ Add AM_PROG_CC_C_O. Add subdir-objects to AUTOMAKE_OPTIONS.
+
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.