From 7af34c13d79650397f5064b9f58deb5290f7ff5c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 5 Mar 2015 09:51:40 -0600 Subject: Always disable networking for h8300 --- cpukit/aclocal/check-networking.m4 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpukit/aclocal') diff --git a/cpukit/aclocal/check-networking.m4 b/cpukit/aclocal/check-networking.m4 index 465476454c..06c94c0b49 100644 --- a/cpukit/aclocal/check-networking.m4 +++ b/cpukit/aclocal/check-networking.m4 @@ -8,6 +8,10 @@ AC_CACHE_CHECK([whether CPU supports networking], rtems_cv_HAS_NETWORKING, [dnl case "$host" in + # do not have address space to hold BSD TCP/IP stack + avr*|h8300*|m32c*) + rtems_cv_HAS_NETWORKING="no" + ;; *-*-rtems*) AS_IF([test "${RTEMS_HAS_NETWORKING}" = "yes"],[ # suppress libnetworking if one these types is not available -- cgit v1.2.3