mirror of
https://github.com/reactos/wine.git
synced 2025-02-17 11:27:49 +00:00
winegcc: Pass through -march to winebuild.
Signed-off-by: Stephen Kitt <steve@sk2.org> Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
33c729bb1b
commit
312b7b43cb
@ -1525,7 +1525,7 @@ int main(int argc, char **argv)
|
||||
strarray_add(opts.winebuild_args, argv[i]);
|
||||
raw_linker_arg = 1;
|
||||
}
|
||||
else if (strncmp("-mcpu=", argv[i], 6) == 0)
|
||||
else if (strncmp("-mcpu=", argv[i], 6) == 0 || strncmp("-march=", argv[i], 7) == 0)
|
||||
strarray_add(opts.winebuild_args, argv[i]);
|
||||
break;
|
||||
case 'n':
|
||||
|
Loading…
x
Reference in New Issue
Block a user