summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-06-27 12:18:24 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-06-27 12:18:24 +0000
commit52614062c5ec70f44e229b36872cca30120de26b (patch)
treed3332d8c0b14811c00ad018bf9632c281f92dbfc /cpukit/ChangeLog
parent2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-52614062c5ec70f44e229b36872cca30120de26b.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/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 9ca9e2e97a..9ad9357389 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -4,6 +4,8 @@
* 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.
2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>