summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-05 09:51:40 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-06 20:04:25 -0600
commit7af34c13d79650397f5064b9f58deb5290f7ff5c (patch)
tree35ec1d719268b5eb333df5b7052c028ae5a793b7 /c/src/aclocal
parentTemporarily disable libdl tests on some MIPS BSPSs (diff)
downloadrtems-7af34c13d79650397f5064b9f58deb5290f7ff5c.tar.bz2
Always disable networking for h8300
Diffstat (limited to 'c/src/aclocal')
-rw-r--r--c/src/aclocal/check-networking.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/aclocal/check-networking.m4 b/c/src/aclocal/check-networking.m4
index fd1fd9d295..53d2d36b64 100644
--- a/c/src/aclocal/check-networking.m4
+++ b/c/src/aclocal/check-networking.m4
@@ -7,7 +7,8 @@ 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
+ # do not have address space to hold BSD TCP/IP stack
+ avr*|h8300*|m32c*)
rtems_cv_HAS_NETWORKING="no"
;;
*)