2009-08-20 Joel Sherrill <joel.sherrill@OARcorp.com>

* aclocal/check-networking.m4: Disable TCP/IP on targets without enough
	physical address to support BSD TCP/IP stack.
This commit is contained in:
Joel Sherrill
2009-08-20 23:56:17 +00:00
parent 2c3e6c5d08
commit b580e715e5
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2009-08-20 Joel Sherrill <joel.sherrill@OARcorp.com>
* aclocal/check-networking.m4: Disable TCP/IP on targets without enough
physical address to support BSD TCP/IP stack.
2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* libchip/network/elnk.c: Convert calls to legacy routine

View File

@@ -9,6 +9,9 @@ AC_CACHE_CHECK([whether BSP 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"
;;
unix*)
rtems_cv_HAS_NETWORKING="no"
;;