numam-dpdk/buildtools
Dmitry Kozlyuk bb9cd91095 buildtools: make AVX512 check portable
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 overridden via --cross-file.

Rewrite the script in Python.
Use the C compiler for the check.
Locate objdump and the C compiler using Meson.

Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
2021-11-17 09:41:16 +01:00
..
chkincs buildtools: enable header includes check on Windows 2021-10-11 21:17:21 +02:00
pkg-config build: change indentation in infrastructure files 2021-04-21 14:04:09 +02:00
binutils-avx512-check.py buildtools: make AVX512 check portable 2021-11-17 09:41:16 +01:00
call-sphinx-build.py
check-symbols.sh build: check symbol maps in developer mode 2021-05-19 12:51:41 +02:00
coff.py
gen-pmdinfo-cfile.py buildtools: fix build with Meson 0.60 2021-11-03 14:16:29 +01:00
get-cpu-count.py build: add optional NUMA and CPU counts detection 2021-09-16 09:43:28 +02:00
get-numa-count.py build: add optional NUMA and CPU counts detection 2021-09-16 09:43:28 +02:00
list-dir-globs.py buildtools: fix all drivers disabled on Windows 2021-04-17 12:49:23 +02:00
map_to_win.py build: remove Windows export symbol list 2021-04-08 17:57:33 +02:00
map-list-symbol.sh buildtools: fix build with busybox 2021-03-23 08:39:11 +01:00
meson.build buildtools: make AVX512 check portable 2021-11-17 09:41:16 +01:00
options-ibverbs-static.sh
pmdinfogen.py buildtools: allow string constant padding 2021-06-17 18:44:30 +02:00
symlink-drivers-solibs.py build: support drivers symlink on Windows 2021-07-09 17:22:42 +02:00
symlink-drivers-solibs.sh