[PATCH] build: Disable RTEMS_NETWORKING for some arch/bsp
Gedare Bloom
gedare at rtems.org
Wed Oct 7 07:25:47 UTC 2020
disable it for the sparc64 too please. thanks
On Tue, Oct 6, 2020 at 11:52 PM Sebastian Huber
<sebastian.huber at embedded-brains.de> wrote:
>
> The old network stack is not supported on 64-bit targets.
> ---
> spec/build/cpukit/optnet.yml | 12 +++++++++++-
> 1 file changed, 11 insertions(+), 1 deletion(-)
>
> diff --git a/spec/build/cpukit/optnet.yml b/spec/build/cpukit/optnet.yml
> index 8678c8dbb8..7b0acf9083 100644
> --- a/spec/build/cpukit/optnet.yml
> +++ b/spec/build/cpukit/optnet.yml
> @@ -10,7 +10,17 @@ 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
> + - 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
More information about the devel
mailing list