summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/aclocal')
-rw-r--r--cpukit/aclocal/check-networking.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/aclocal/check-networking.m4 b/cpukit/aclocal/check-networking.m4
index d46bc91fe6..1b80e75303 100644
--- a/cpukit/aclocal/check-networking.m4
+++ b/cpukit/aclocal/check-networking.m4
@@ -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"
;;