[PATCH v2] build: Disable RTEMS_NETWORKING for some arch/bsp
Joel Sherrill
joel at rtems.org
Wed Oct 7 13:25:27 UTC 2020
This seems reasonable until we can remove it.
On Wed, Oct 7, 2020 at 2:29 AM Sebastian Huber <
sebastian.huber at embedded-brains.de> wrote:
> The old network stack is not supported on 64-bit targets.
> ---
> v2:
>
> Add sparc64 to black list.
>
> spec/build/cpukit/optnet.yml | 13 ++++++++++++-
> 1 file changed, 12 insertions(+), 1 deletion(-)
>
> diff --git a/spec/build/cpukit/optnet.yml b/spec/build/cpukit/optnet.yml
> index 8678c8dbb8..8a223423ad 100644
> --- a/spec/build/cpukit/optnet.yml
> +++ b/spec/build/cpukit/optnet.yml
> @@ -10,7 +10,18 @@ default: false
> default-by-variant: []
> description: |
> Enable the legacy TCP/IP network support
> -enabled-by: true
> +enabled-by:
> + not:
> + - aarch64
> + - powerpc/qoriq_e6500_64
> + - riscv/rv64imac
> + - riscv/rv64imac_medany
> + - riscv/rv64imafd
> + - riscv/rv64imafd_medany
> + - riscv/rv64imafdc
> + - riscv/rv64imafdc_medany
> + - sparc64
> + - x86_64
> links: []
> name: RTEMS_NETWORKING
> type: build
> --
> 2.26.2
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20201007/e0175548/attachment.html>
More information about the devel
mailing list