summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-06-27 12:15:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-06-27 12:15:48 +0000
commit272413ce17c46f581d5afd97b77f4d3a2e6e2520 (patch)
tree8cf6f35b3fadc3baffd7c6ad8fa94fb55eeb5772 /cpukit/ChangeLog
parent2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-272413ce17c46f581d5afd97b77f4d3a2e6e2520.tar.bz2
2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/prog-ccas.m4: New. * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP. RTEMS_GCC_PRINT * aclocal/check-multiprocessing.m4: Fix typo. * automake/compile.am: Remove CXX support. Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index adb8561d64..9ca9e2e97a 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * aclocal/prog-ccas.m4: New.
+ * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
+ RTEMS_GCC_PRINT
+ * aclocal/check-multiprocessing.m4: Fix typo.
+
+2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* configure.ac: Use AC_CONFIG_AUX_DIR(..).
2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>