From 401b237f9349362b40e3c08f7fd8db38fc51c5d4 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 3 Jul 2020 07:46:24 +0200 Subject: epiphany: Remove support for this target Due to an unmaintained toolchain (internal errors in GCC, no FSF GDB integration) the Epiphany architecture was obsoleted in RTEMS 5.1. Update #3941. --- cpukit/aclocal/check-networking.m4 | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cpukit/aclocal') diff --git a/cpukit/aclocal/check-networking.m4 b/cpukit/aclocal/check-networking.m4 index 38bc844468..7f38875dc6 100644 --- a/cpukit/aclocal/check-networking.m4 +++ b/cpukit/aclocal/check-networking.m4 @@ -9,10 +9,6 @@ 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 - epiphany*) - rtems_cv_HAS_NETWORKING="no" - ;; # Newer architecture ports that should only use new TCP/IP stack x86_64*) rtems_cv_HAS_NETWORKING="no" -- cgit v1.2.3