Commit a51611e8 authored by Alexandre Julliard's avatar Alexandre Julliard

winegcc: Forward the -mfpu option to winebuild.

parent 0fd53383
......@@ -1580,6 +1580,7 @@ int main(int argc, char **argv)
raw_linker_arg = 1;
}
else if (!strncmp("-mcpu=", argv[i], 6) ||
!strncmp("-mfpu=", argv[i], 6) ||
!strncmp("-march=", argv[i], 7) ||
!strncmp("-mfloat-abi=", argv[i], 12))
strarray_add(opts.winebuild_args, argv[i]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment