mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user