[dpdk-dev] [PATCH] meson: fix compilation with binutils version 2.30

Thomas Monjalon thomas at monjalon.net
Thu Jan 17 18:56:04 CET 2019


17/01/2019 18:17, Harry van Haaren:
> +# get binutils version for the workaround of Bug 97
> +ldver = run_command('ld', '-v').stdout().strip()
> +if ldver.contains('2.30')
> +	if cc.has_argument('-mno-avx512f')
> +		march_opt += '-mno-avx512f'
> +		message('Binutils 2.30 detected, disabling AVX512 support due to workaround for DPDK bugzilla bug #97')

May I reword?
	Binutils 2.30 detected, disabling AVX512 support as workaround for bug #97





More information about the dev mailing list