[PATCH] config: set pkgconfig for ppc64le
Ali Alnubani
alialnu at nvidia.com
Wed Jul 13 09:39:33 CEST 2022
> -----Original Message-----
> From: Thomas Monjalon <thomas at monjalon.net>
> Sent: Monday, July 11, 2022 11:11 PM
> To: Ali Alnubani <alialnu at nvidia.com>
> Cc: dev at dpdk.org; David Christensen <drc at linux.vnet.ibm.com>
> Subject: Re: [PATCH] config: set pkgconfig for ppc64le
>
> + PPC maintainer
>
> 07/07/2022 13:41, Ali Alnubani:
> > Meson fails to detect the dependencies that are included
> > in PKG_CONFIG_PATH and built for ppc64le if binaries.pkgconfig
> > is not set in the ppc64le cross-file for Ubuntu.
> >
> > This fixes the issue by setting binaries.pkgconfig to the
> > binary provided by the package 'pkg-config-powerpc64le-linux-gnu'.
> >
> > Signed-off-by: Ali Alnubani <alialnu at nvidia.com>
> > ---
> > config/ppc/ppc64le-power8-linux-gcc-ubuntu | 1 +
>
> Why not adding the same for ppc64le-power8-linux-gcc?
>
> > +pkgconfig = 'powerpc64le-linux-gnu-pkg-config'
I didn't find any operating systems that distribute the powerpc64le cross-compiler with the binary names found in config/ppc/ppc64le-power8-linux-gcc.
Both Ubuntu and Fedora use the -gnu suffix. Fedora doesn't seem to have a pkg-config binary for powerpc64le though.
More information about the dev
mailing list