Ignore -mthreads, it's not needed in Unix.

oldstable
Dimitrie O. Paun 2003-05-13 04:44:58 +00:00 committed by Alexandre Julliard
parent 3d8bf3b0a3
commit ddefb91fe6
1 changed files with 2 additions and 0 deletions

View File

@ -310,6 +310,8 @@ int main(int argc, char **argv)
; /* ignore this option */
else if (strcmp("-mwindows", argv[j]) == 0)
; /* ignore this option */
else if (strcmp("-mthreads", argv[j]) == 0)
; /* ignore this option */
else if (strncmp("-Wl,", argv[j], 4) == 0)
; /* do not pass linking options to compiler */
else if (strcmp("-s", argv[j]) == 0)