Re: [dpdk-dev] [PATCH v2] mk: fix scope of disabling AVX512F support

2018-12-22 Thread Thomas Monjalon
19/12/2018 22:00, Ferruh Yigit: > --- a/mk/toolchain/gcc/rte.toolchain-compat.mk > +++ b/mk/toolchain/gcc/rte.toolchain-compat.mk > +LD_VERSION = $(shell ld -v) For cross-compilation, you should use $(LD), defined as LD = $(CROSS)ld

[dpdk-dev] [PATCH v2] mk: fix scope of disabling AVX512F support

2018-12-19 Thread Ferruh Yigit
AVX512 was disabled for GCC because of Bugzilla issue 97 [1], the GCC defect submitted for the issue [2] highlighted that this is a known binutils version 2.30 issue. Narrowed the scope of no-avx512 to the this specific binutils version. [1] https://bugs.dpdk.org/show_bug.cgi?id=97 [2] https://g