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 setting '-mno-avx512f' to 'machine_args' > > Fixes: 566b4d7a968f ("build: fix meson check for binutils 2.30") > Cc: sta...@dpdk.org > > Signed-off-by: Ferruh Yigit <ferruh.yi...@intel.com>
I forgot to carry over the ack from previous version, here it is: Acked-by: Bruce Richardson <bruce.richard...@intel.com>