wine/tools/winegcc
Jacek Caban b090866663 winegcc: Disable exporting all symbols on mingw targets.
Mingw targets export all symbols by default if there is no explicit
export. We generate export table in winebuild and don't use explicit
exports. This may make linker generate an unused export-all table.

Spotted by Gabriel Ivăncescu.
2023-06-27 22:14:15 +02:00
..
Makefile.in winegcc: Stop using the deprecated prelink tool. 2023-02-27 11:01:47 +01:00
utils.c winegcc: Check for Mingw-style .dll.a import libraries. 2022-12-16 17:08:10 +01:00
utils.h tools: Move target CPU and platform handling to the common tools.h header. 2021-11-18 11:50:30 +01:00
winegcc.c winegcc: Disable exporting all symbols on mingw targets. 2023-06-27 22:14:15 +02:00
winegcc.man.in winegcc: Remove support for "hybrid" Unix libraries. 2022-11-11 12:07:13 +01:00