Re: [dpdk-dev] [PATCH v2 1/2] build: fix meson binutils workaround

2019-04-16 Thread Bruce Richardson
On Tue, Apr 16, 2019 at 04:39:31PM +0100, 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 > '

[dpdk-dev] [PATCH v2 1/2] build: fix meson binutils workaround

2019-04-16 Thread Ferruh Yigit
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 setting '-mno-avx512f' to 'machine_args' Fixes: 566b4d7