Re: [PATCH 1/3] config/x86: skip GNU binutils bug check for LLVM

2021-11-15 Thread Bruce Richardson
On Sat, Nov 13, 2021 at 12:48:24AM +0300, Dmitry Kozlyuk wrote: > AVX512 was disabled when GNU binutils were missing or had a known bug, > even if LLVM binutils were used for the build, > because binutils-avx512-check.sh was invoked regardless and failed. > In particular, this was the case for Free

[PATCH 1/3] config/x86: skip GNU binutils bug check for LLVM

2021-11-12 Thread Dmitry Kozlyuk
AVX512 was disabled when GNU binutils were missing or had a known bug, even if LLVM binutils were used for the build, because binutils-avx512-check.sh was invoked regardless and failed. In particular, this was the case for FreeBSD with clang (default). Run the check only when GNU binutils are used.