I accidentally submitted this as an RFC patch. Please consider this to be a 
regular patch.

With that said, Thomas, would it be possible to get this into the release?

Thanks,
Juraj

> -----Original Message-----
> From: Juraj Linkeš <juraj.lin...@pantheon.tech>
> Sent: Monday, February 8, 2021 3:44 PM
> To: bruce.richard...@intel.com; tho...@monjalon.net;
> ruifeng.w...@arm.com; honnappa.nagaraha...@arm.com;
> jerinjac...@gmail.com; ferruh.yi...@intel.com
> Cc: dev@dpdk.org; Juraj Linkeš <juraj.lin...@pantheon.tech>
> Subject: [RFC PATCH v1] config/arm: fix clang cross part number
> 
> Rename the 'default' part number in clang cross-file to fix the following 
> issue:
> config/arm/meson.build:238:2: ERROR:  Problem encountered: Unsupported
> part number default of implementer generic. Please add support for it or use 
> the
> generic (-Dmachine=generic) build.
> 
> Fixes: 3d01d65ba0d3 ("config: add aarch64 clang for Ubuntu 18.04")
> 
> Signed-off-by: Juraj Linkeš <juraj.lin...@pantheon.tech>
> ---
>  config/arm/arm64_armv8_linux_clang_ubuntu1804 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/config/arm/arm64_armv8_linux_clang_ubuntu1804
> b/config/arm/arm64_armv8_linux_clang_ubuntu1804
> index 8d8cc50ea4..57095c1304 100644
> --- a/config/arm/arm64_armv8_linux_clang_ubuntu1804
> +++ b/config/arm/arm64_armv8_linux_clang_ubuntu1804
> @@ -15,6 +15,6 @@ endian = 'little'
> 
>  [properties]
>  implementer_id = 'generic'
> -part_number = 'default'
> +part_number = 'generic'
>  c_args = ['-target', 'aarch64-linux-gnu', '--sysroot', 
> '/usr/aarch64-linux-gnu']
> c_link_args = ['-target', 'aarch64-linux-gnu', '-fuse-ld=lld', 
> '--gcc-toolchain=/usr']
> --
> 2.20.1

Reply via email to