summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-11-18 02:36:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-11-18 02:36:06 +0000
commitf934a9d630c3653d8258e6bdcbcd46ad14be7c77 (patch)
tree812e58b1d021b375c3617366126bcd7402540ddf /cpukit/libcsupport/ChangeLog
parent2002-11-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-f934a9d630c3653d8258e6bdcbcd46ad14be7c77.tar.bz2
2002-11-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove -ansi -fasm. Add checks to diagnose potential system header conflicts. * Makefile.am: Unconditionally install sys/cdefs.h.
Diffstat (limited to 'cpukit/libcsupport/ChangeLog')
-rw-r--r--cpukit/libcsupport/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog
index c2114588bb..b347565993 100644
--- a/cpukit/libcsupport/ChangeLog
+++ b/cpukit/libcsupport/ChangeLog
@@ -1,3 +1,9 @@
+2002-11-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Remove -ansi -fasm.
+ Add checks to diagnose potential system header conflicts.
+ * Makefile.am: Unconditionally install sys/cdefs.h.
+
2002-11-07 <strauman@slac.stanford.edu>
* src/mount.c: Per PR297, correct fs_mountme failure paths.