mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-29 16:00:17 +00:00
check-networking.m4: Disable legacy stack for x86_64 and epiphany
x86_64 is 64-bits and too new for the legacy stack to support. epiphany is a small target and cannot compile the legacy (or new) stack.
This commit is contained in:
@@ -9,7 +9,11 @@ AC_CACHE_CHECK([whether BSP supports networking],
|
||||
[dnl
|
||||
case "$RTEMS_CPU" 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"
|
||||
;;
|
||||
*)
|
||||
|
||||
@@ -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*)
|
||||
|
||||
Reference in New Issue
Block a user