Commit b33fab40 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winegcc: Sync toolchain detection with winebuild.

parent bd545cb0
...@@ -160,7 +160,11 @@ static const struct ...@@ -160,7 +160,11 @@ static const struct
{ "x86_64", CPU_x86_64 }, { "x86_64", CPU_x86_64 },
{ "powerpc", CPU_POWERPC }, { "powerpc", CPU_POWERPC },
{ "arm", CPU_ARM }, { "arm", CPU_ARM },
{ "aarch64", CPU_ARM64 } { "armv5", CPU_ARM },
{ "armv6", CPU_ARM },
{ "armv7", CPU_ARM },
{ "arm64", CPU_ARM64 },
{ "aarch64", CPU_ARM64 },
}; };
static const struct static const struct
......
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