build: Fix RTEMS_CHECK_NETWORKING

Update #3941.
This commit is contained in:
Sebastian Huber
2020-07-05 20:32:46 +02:00
parent 401b237f93
commit d76e7c1975

View File

@@ -7,6 +7,7 @@ AC_REQUIRE([RTEMS_INCLUDES])dnl
AC_CACHE_CHECK([whether BSP supports networking],
rtems_cv_HAS_NETWORKING,
[dnl
case "$host" in
# Newer architecture ports that should only use new TCP/IP stack
x86_64*)
rtems_cv_HAS_NETWORKING="no"