Re: [PATCH 2/3] buildtools: make AVX512 check script portable

2021-11-15 Thread Bruce Richardson
On Sat, Nov 13, 2021 at 12:48:25AM +0300, Dmitry Kozlyuk wrote: > buildtools/binutils-avx512-check.sh was Unix-only > and could not be used in cross builds: > 1) written in shell; > 2) used the assembler binary that may be missing, >e.g. when building on Windows with LLVM; > 3) located the asse

[PATCH 2/3] buildtools: make AVX512 check script portable

2021-11-12 Thread Dmitry Kozlyuk
buildtools/binutils-avx512-check.sh was Unix-only and could not be used in cross builds: 1) written in shell; 2) used the assembler binary that may be missing, e.g. when building on Windows with LLVM; 3) located the assembler as ${AS:-as} and referenced objdump, but those binaries may be over