[PATCH 0/1] MR1195: makedep: Always use -mno-cygwin for extra test modules.
31 Oct
2022
31 Oct
'22
7:52 p.m.
Replaces MR1175. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1195
31 Oct
31 Oct
7:52 p.m.
New subject: [PATCH 1/1] makedep: Always use -mno-cygwin for extra test modules.
From: Jacek Caban <jacek(a)codeweavers.com> --- tools/makedep.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/makedep.c b/tools/makedep.c index 86a6493a33f..7e35831d4ab 100644 --- a/tools/makedep.c +++ b/tools/makedep.c @@ -3086,6 +3086,7 @@ static void output_source_spec( struct makefile *make, struct incl_file *source, output_filename( tools_path( make, "winegcc" )); output( "\n" ); output_winegcc_command( make, arch ); + output_filename( "-mno-cygwin" ); output_filename( "-s" ); output_filenames( dll_flags ); output_filename( "-shared" ); -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/1195
1221
Age (days ago)
1221
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jacek Caban -
Jacek Caban (@jacek)