1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00
wine/tools/winegcc
Jinoh Kang 9de7c79153 winegcc: Enable SafeSEH only on i386.
SafeSEH is not applicable to architectures other than i386.

This fixes compiling with the clang ARM assembler, which cannot parse
".def @feat.00" since "@" is parsed as the start of a line comment.
2023-07-17 11:11:48 +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: Enable SafeSEH only on i386. 2023-07-17 11:11:48 +02:00
winegcc.man.in winegcc: Remove support for "hybrid" Unix libraries. 2022-11-11 12:07:13 +01:00