[dpdk-dev] [PATCH 0/2] fix compilation on FreeBSD

Thomas Monjalon thomas at monjalon.net
Fri Apr 27 11:16:54 CEST 2018


27/04/2018 11:03, Maxime Coquelin:
> 
> On 04/27/2018 04:43 AM, Thomas Monjalon wrote:
> > The compilation was broken on FreeBSD due to the commit
> > for auxv, implemented only for Linux in the common files.
> > 
> > Thomas Monjalon (2):
> >    eal: fix build with glibc < 2.16
> >    eal: fix build on FreeBSD
> > 
> >   lib/librte_eal/bsdapp/eal/Makefile                 |  1 +
> >   lib/librte_eal/bsdapp/eal/eal_cpuflags.c           | 21 ++++++
> >   lib/librte_eal/bsdapp/eal/meson.build              |  1 +
> >   lib/librte_eal/common/eal_common_cpuflags.c        | 79 ----------------------
> >   lib/librte_eal/linuxapp/eal/Makefile               |  1 +
> >   .../eal/eal_cpuflags.c}                            | 49 +-------------
> >   lib/librte_eal/linuxapp/eal/meson.build            |  1 +
> >   7 files changed, 27 insertions(+), 126 deletions(-)
> >   create mode 100644 lib/librte_eal/bsdapp/eal/eal_cpuflags.c
> >   copy lib/librte_eal/{common/eal_common_cpuflags.c => linuxapp/eal/eal_cpuflags.c} (60%)
> > 
> 
> For the series:
> Acked-by: Maxime Coquelin <maxime.coquelin at redhat.com>

Applied





More information about the dev mailing list