summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-01-05 06:04:21 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-01-05 06:04:21 +0000
commitdf1dbcccb704530e60e07d3b94d51006375b0531 (patch)
treed5964edab32fc2ba9669c668f8e42004eac5920b /cpukit/ChangeLog
parentBuild writev.c/readv.c for NEWLIB. (diff)
downloadrtems-df1dbcccb704530e60e07d3b94d51006375b0531.tar.bz2
2009-01-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Install libnetworking/sys/uio.h if building for NEWLIB. * libnetworking/Makefile.am: Remove installation of libnetworking/sys/uio.h. * libcsupport/Makefile.am: Build writev.c/readv.c for NEWLIB.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 46fddc853f..49b1f31d04 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2009-01-05 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * Makefile.am:
+ Install libnetworking/sys/uio.h if building for NEWLIB.
+ * libnetworking/Makefile.am:
+ Remove installation of libnetworking/sys/uio.h.
+ * libcsupport/Makefile.am: Build writev.c/readv.c for NEWLIB.
* libfs/src/imfs/imfs_eval.c: Add braces to suppress gcc warning on
empty 'else' block.