Re: [PATCH] build: fix invalid characters in toolchain definitions

2023-02-19 Thread Thomas Monjalon
08/02/2023 19:08, Tyler Retzlaff: > On Tue, Feb 07, 2023 at 03:22:00PM +, Bruce Richardson wrote: > > When using "icx" (Intel(R) oneAPI DPC++/C++ Compiler) to build DPDK, > > meson reports the toolchain as "intel-llvm"[1]. This value is used > > directly to define the RTE_TOOLCHAIN macros, whic

Re: [PATCH] build: fix invalid characters in toolchain definitions

2023-02-08 Thread Tyler Retzlaff
On Tue, Feb 07, 2023 at 03:22:00PM +, Bruce Richardson wrote: > When using "icx" (Intel(R) oneAPI DPC++/C++ Compiler) to build DPDK, > meson reports the toolchain as "intel-llvm"[1]. This value is used > directly to define the RTE_TOOLCHAIN macros, which means that we end up > with the invalid

Re: [PATCH] build: fix invalid characters in toolchain definitions

2023-02-08 Thread Bruce Richardson
On Tue, Feb 07, 2023 at 03:22:00PM +, Bruce Richardson wrote: > When using "icx" (Intel(R) oneAPI DPC++/C++ Compiler) to build DPDK, > meson reports the toolchain as "intel-llvm"[1]. This value is used > directly to define the RTE_TOOLCHAIN macros, which means that we end up > with the invalid

Re: [PATCH] build: fix invalid characters in toolchain definitions

2023-02-08 Thread Wiles, Keith
From: Richardson, Bruce Sent: Tuesday, February 7, 2023 9:22 AM To: dev@dpdk.org Cc: Richardson, Bruce; sta...@dpdk.org; Wiles, Keith Subject: [PATCH] build: fix invalid characters in toolchain definitions When using "icx" (Intel(R) oneA

[PATCH] build: fix invalid characters in toolchain definitions

2023-02-07 Thread Bruce Richardson
When using "icx" (Intel(R) oneAPI DPC++/C++ Compiler) to build DPDK, meson reports the toolchain as "intel-llvm"[1]. This value is used directly to define the RTE_TOOLCHAIN macros, which means that we end up with the invalid macro name "RTE_TOOLCHAIN_INTEL-LLVM", and getting the compiler warning: