2009-11-19 Ralf Corsépius <ralf.corsepius@rtems.org>

* aclocal/check-networking.m4: Do NOT disable networking for the
	avr and the m32c.
This commit is contained in:
Ralf Corsepius
2009-11-19 14:46:11 +00:00
parent 999de9be60
commit b5b51fc40c
2 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2009-11-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/check-networking.m4: Do NOT disable networking for the
avr and the m32c.
2009-11-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/shell/hexdump-odsyntax.c: Remove special casing

View File

@@ -9,9 +9,6 @@ AC_CACHE_CHECK([whether CPU supports networking],
rtems_cv_HAS_NETWORKING,
[dnl
case "$RTEMS_CPU" in
avr*|m32c*) # do not have address space to hold BSD TCP/IP stack
rtems_cv_HAS_NETWORKING="no"
;;
*)
AS_IF([test "${RTEMS_HAS_NETWORKING}" = "yes"],[
# suppress libnetworking if one these types is not available