summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-05-07 13:16:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-05-07 13:16:57 +0000
commit53c3a2c6dc4d22664540c6cf6f98042a57c588b9 (patch)
tree65f69f5d857f0f634f072b1f652bbd5cc905ecd0 /cpukit
parent2001-04-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-53c3a2c6dc4d22664540c6cf6f98042a57c588b9.tar.bz2
2001-04-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/itron/ChangeLog4
-rw-r--r--cpukit/libfs/ChangeLog4
-rw-r--r--cpukit/posix/ChangeLog4
4 files changed, 16 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 86fbb94a14..dc3217af11 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
+
2001-02-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
diff --git a/cpukit/itron/ChangeLog b/cpukit/itron/ChangeLog
index 7421befb1f..2123afb8d4 100644
--- a/cpukit/itron/ChangeLog
+++ b/cpukit/itron/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
+
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am, include/itronsys/Makefile.am,
diff --git a/cpukit/libfs/ChangeLog b/cpukit/libfs/ChangeLog
index 2599a40146..c798d5efbe 100644
--- a/cpukit/libfs/ChangeLog
+++ b/cpukit/libfs/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
+
2001-04-24 Joel Sherrill <joel@OARcorp.com>
* src/imfs/memfile.c (memfile_open): Did not set iop->size
diff --git a/cpukit/posix/ChangeLog b/cpukit/posix/ChangeLog
index 7f60d13bdf..0d57fc4ac1 100644
--- a/cpukit/posix/ChangeLog
+++ b/cpukit/posix/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
+
2001-03-19 Joel Sherrill <joel@OARcorp.com>
* sys/utsname.h: Added C++ wrapper.