summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-11-18 23:53:14 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-11-18 23:53:14 +0000
commit6c39eca47a9af6de451c65dc43242e29434b5b1f (patch)
tree50e1fe42ae35e05f780becad02a1d9080e686178 /cpukit/libcsupport/ChangeLog
parent2002-11-18 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-6c39eca47a9af6de451c65dc43242e29434b5b1f.tar.bz2
2002-11-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H. Add check for CHAR_BIT. * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or if the host does not provide sys/cdefs.h (Fixes Linux/posix).
Diffstat (limited to 'cpukit/libcsupport/ChangeLog')
-rw-r--r--cpukit/libcsupport/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog
index b347565993..e9d24929f4 100644
--- a/cpukit/libcsupport/ChangeLog
+++ b/cpukit/libcsupport/ChangeLog
@@ -1,5 +1,12 @@
2002-11-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
+ Add check for CHAR_BIT.
+ * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
+ if the host does not provide sys/cdefs.h (Fixes Linux/posix).
+
+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.