winegcc: Sync toolchain detection with winebuild.
Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
bd545cb069
commit
b33fab40d3
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue