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: [email protected]
>
> Signed-off-by: Ferruh Yigit <[email protected]>
I forgot to carry over the ack from previous version, here it is:
Acked-by: Bruce Richardson <[email protected]>