build: generate version map file for MinGW
authorTal Shnaiderman <talshn@mellanox.com>
Mon, 29 Jun 2020 12:37:41 +0000 (15:37 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 29 Jun 2020 22:02:53 +0000 (00:02 +0200)
commit309bf90bf99e1e3b41e2abfdfd0f15f8299034b8
tree211923ec52e877f5f956505269866b3a11291103
parent77cca7ccec13b617c64f21c573c9e6ac5b4aed64
build: generate version map file for MinGW

The MinGW build for Windows has special cases where exported
function contain additional prefix:

__emutls_v.per_lcore__*

To avoid adding those prefixed functions to the version.map file
the map_to_def.py script was modified to create a map file for MinGW
with the needed changed.

The file name was changed to map_to_win.py and lib/meson.build map output
was unified with drivers/meson.build output

Signed-off-by: Tal Shnaiderman <talshn@mellanox.com>
MAINTAINERS
buildtools/map_to_def.py [deleted file]
buildtools/map_to_win.py [new file with mode: 0644]
buildtools/meson.build
drivers/meson.build
lib/meson.build