Re: [dpdk-dev] [PATCH] build: fix using ELF-only linker flags with COFF

2021-01-13 Thread Ranjit Menon
On 1/11/2021 4:36 PM, Dmitry Kozlyuk wrote: The --export-dynamic linker option is only applicable to ELF. On Windows, where COFF is used, it causes warnings: x86_64-w64-mingw32-ld: warning: --export-dynamic is not supported for PE+ targets, did you mean --export-all-symbols? (MinGW)

[dpdk-dev] [PATCH] build: fix using ELF-only linker flags with COFF

2021-01-11 Thread Dmitry Kozlyuk
The --export-dynamic linker option is only applicable to ELF. On Windows, where COFF is used, it causes warnings: x86_64-w64-mingw32-ld: warning: --export-dynamic is not supported for PE+ targets, did you mean --export-all-symbols? (MinGW) LINK : warning LNK4044: unrecognized option '