Re: [dpdk-dev] [dpdk-stable] [PATCH v3 1/3] build: fix meson binutils workaround

2019-05-02 Thread Thomas Monjalon
02/05/2019 15:44, Ferruh Yigit: > On 5/2/2019 2:35 PM, Ferruh Yigit wrote: > > The '-mno-avx512f' compiler flag is not passed to the compiler, > > detection of the binutils and setting flags works fine, but the flag > > itself not used by compiler. > > > > Removing the interim 'march_opt' variable

Re: [dpdk-dev] [dpdk-stable] [PATCH v3 1/3] build: fix meson binutils workaround

2019-05-02 Thread Ferruh Yigit
On 5/2/2019 2:35 PM, Ferruh Yigit wrote: > The '-mno-avx512f' compiler flag is not passed to the compiler, > detection of the binutils and setting flags works fine, but the flag > itself not used by compiler. > > Removing the interim 'march_opt' variable and using directly > 'machine_args' and set