forked from Imagelibrary/rtems
2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/check-networking.m4, aclocal/check-posix.m4: Rebase check on "$host".
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* aclocal/check-networking.m4, aclocal/check-posix.m4:
|
||||||
|
Rebase check on "$host".
|
||||||
|
|
||||||
2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* libcsupport/src/creat.c: Remove.
|
* libcsupport/src/creat.c: Remove.
|
||||||
|
|||||||
@@ -8,8 +8,8 @@ AC_REQUIRE([RTEMS_ENABLE_NETWORKING])dnl
|
|||||||
AC_CACHE_CHECK([whether CPU supports networking],
|
AC_CACHE_CHECK([whether CPU supports networking],
|
||||||
rtems_cv_HAS_NETWORKING,
|
rtems_cv_HAS_NETWORKING,
|
||||||
[dnl
|
[dnl
|
||||||
case "$RTEMS_CPU" in
|
case "$host" in
|
||||||
*)
|
*-*-rtems*)
|
||||||
AS_IF([test "${RTEMS_HAS_NETWORKING}" = "yes"],[
|
AS_IF([test "${RTEMS_HAS_NETWORKING}" = "yes"],[
|
||||||
# suppress libnetworking if one these types is not available
|
# suppress libnetworking if one these types is not available
|
||||||
AS_IF([test x"$ac_cv_type_int8_t" = xyes \
|
AS_IF([test x"$ac_cv_type_int8_t" = xyes \
|
||||||
|
|||||||
@@ -8,8 +8,8 @@ AC_REQUIRE([RTEMS_ENABLE_POSIX])dnl
|
|||||||
AC_CACHE_CHECK([whether CPU supports libposix],
|
AC_CACHE_CHECK([whether CPU supports libposix],
|
||||||
rtems_cv_HAS_POSIX_API,
|
rtems_cv_HAS_POSIX_API,
|
||||||
[dnl
|
[dnl
|
||||||
case "$RTEMS_CPU" in
|
case "$host" in
|
||||||
*)
|
*-*-rtems*)
|
||||||
if test "${RTEMS_HAS_POSIX_API}" = "yes"; then
|
if test "${RTEMS_HAS_POSIX_API}" = "yes"; then
|
||||||
rtems_cv_HAS_POSIX_API="yes";
|
rtems_cv_HAS_POSIX_API="yes";
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user