winegcc: Add support for amd64-mingw32msvc platform.
This commit is contained in:
parent
c94b2687d2
commit
b723530be0
|
@ -156,6 +156,7 @@ static const struct
|
||||||
{ "i586", CPU_x86 },
|
{ "i586", CPU_x86 },
|
||||||
{ "i686", CPU_x86 },
|
{ "i686", CPU_x86 },
|
||||||
{ "i786", CPU_x86 },
|
{ "i786", CPU_x86 },
|
||||||
|
{ "amd64", CPU_x86_64 },
|
||||||
{ "x86_64", CPU_x86_64 },
|
{ "x86_64", CPU_x86_64 },
|
||||||
{ "sparc", CPU_SPARC },
|
{ "sparc", CPU_SPARC },
|
||||||
{ "alpha", CPU_ALPHA },
|
{ "alpha", CPU_ALPHA },
|
||||||
|
|
Loading…
Reference in New Issue