2009-08-17 Joel Sherrill <joel.sherrill@oarcorp.com>

* aclocal/check-networking.m4: Disable BSD TCP/IP for small memory
	targets.
This commit is contained in:
Joel Sherrill
2009-08-17 21:18:34 +00:00
parent 4f79a900cb
commit 118472cf87
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2009-08-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* aclocal/check-networking.m4: Disable BSD TCP/IP for small memory
targets.
2009-08-17 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/src/clockget.c: Restructure to ease coverage analysis of

View File

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