summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal/check-networking.m4
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/aclocal/check-networking.m4')
-rw-r--r--cpukit/aclocal/check-networking.m46
1 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/aclocal/check-networking.m4 b/cpukit/aclocal/check-networking.m4
index 72730d2084..fdb5a67e86 100644
--- a/cpukit/aclocal/check-networking.m4
+++ b/cpukit/aclocal/check-networking.m4
@@ -10,7 +10,11 @@ AC_CACHE_CHECK([whether CPU supports networking],
[dnl
case "$host" in
# do not have address space to hold BSD TCP/IP stack
- m32c*)
+ epiphany* | m32c*)
+ rtems_cv_HAS_NETWORKING="no"
+ ;;
+ # Newer architecture ports that should only use new TCP/IP stack
+ x86_64*)
rtems_cv_HAS_NETWORKING="no"
;;
*-*-rtems*)