summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-25 10:20:02 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-25 10:20:02 +0000
commitf154804273bf22bb3a7513e3ba8c134f902941aa (patch)
treec6f40f91e56e29e2286911c99ceb9c53a8b743c6 /cpukit/ChangeLog
parent2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-f154804273bf22bb3a7513e3ba8c134f902941aa.tar.bz2
2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/sleep_noposix.c: Remove. * libcsupport/Makefile.am: Reflect changes above. * posix/src/sleep.c, posix/src/usleep.c: Remove. * posix/Makefile.am: Reflect changes above. * configure.ac: Error out if libc doesn't provide sleep, usleep.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 0e009c7b39..d7d3b1d52b 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,13 @@
2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libcsupport/src/sleep_noposix.c: Remove.
+ * libcsupport/Makefile.am: Reflect changes above.
+ * posix/src/sleep.c, posix/src/usleep.c: Remove.
+ * posix/Makefile.am: Reflect changes above.
+ * configure.ac: Error out if libc doesn't provide sleep, usleep.
+
+2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* aclocal/canonical-target-name.m4:
Stop pretending no_cpu* was buildable.
Derive RTEMS_CPU from "$host_cpu".