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

2018-04-27 Thread Thomas Monjalon
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 buil

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

2018-04-27 Thread 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

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

2018-04-26 Thread Thomas Monjalon
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.