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

winebuild: Detect armv* toolchains.

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