change log for rtems (2011-02-24)
rtems-vc at rtems.org
rtems-vc at rtems.org
Fri Feb 25 04:10:27 UTC 2011
*ralf*:
2011-02-25 Ralf Corsépius <ralf.corsepius at rtems.org>
* aclocal/check-networking.m4, aclocal/check-posix.m4:
Rebase check on "$host".
M 1.2746 cpukit/ChangeLog
M 1.9 cpukit/aclocal/check-networking.m4
M 1.6 cpukit/aclocal/check-posix.m4
diff -u rtems/cpukit/ChangeLog:1.2745 rtems/cpukit/ChangeLog:1.2746
--- rtems/cpukit/ChangeLog:1.2745 Thu Feb 24 20:51:22 2011
+++ rtems/cpukit/ChangeLog Thu Feb 24 21:58:32 2011
@@ -1,5 +1,10 @@
2011-02-25 Ralf Corsépius <ralf.corsepius at rtems.org>
+ * aclocal/check-networking.m4, aclocal/check-posix.m4:
+ Rebase check on "$host".
+
+2011-02-25 Ralf Corsépius <ralf.corsepius at rtems.org>
+
* libcsupport/src/creat.c: Remove.
* libcsupport/Makefile.am: Reflect changes above.
* configure.ac: Error out if libc doesn't provide creat.
diff -u rtems/cpukit/aclocal/check-networking.m4:1.8 rtems/cpukit/aclocal/check-networking.m4:1.9
--- rtems/cpukit/aclocal/check-networking.m4:1.8 Thu Nov 19 08:46:11 2009
+++ rtems/cpukit/aclocal/check-networking.m4 Thu Feb 24 21:58:33 2011
@@ -8,8 +8,8 @@
AC_CACHE_CHECK([whether CPU supports networking],
rtems_cv_HAS_NETWORKING,
[dnl
- case "$RTEMS_CPU" in
- *)
+ case "$host" in
+ *-*-rtems*)
AS_IF([test "${RTEMS_HAS_NETWORKING}" = "yes"],[
# suppress libnetworking if one these types is not available
AS_IF([test x"$ac_cv_type_int8_t" = xyes \
diff -u rtems/cpukit/aclocal/check-posix.m4:1.5 rtems/cpukit/aclocal/check-posix.m4:1.6
--- rtems/cpukit/aclocal/check-posix.m4:1.5 Wed Oct 14 07:25:59 2009
+++ rtems/cpukit/aclocal/check-posix.m4 Thu Feb 24 21:58:33 2011
@@ -8,8 +8,8 @@
AC_CACHE_CHECK([whether CPU supports libposix],
rtems_cv_HAS_POSIX_API,
[dnl
- case "$RTEMS_CPU" in
- *)
+ case "$host" in
+ *-*-rtems*)
if test "${RTEMS_HAS_POSIX_API}" = "yes"; then
rtems_cv_HAS_POSIX_API="yes";
else
--
Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20110224/9a793c6a/attachment-0001.html>
More information about the vc
mailing list