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:
André Hentschel 2015-12-30 00:25:55 +01:00 committed by Alexandre Julliard
parent bd545cb069
commit b33fab40d3
1 changed files with 5 additions and 1 deletions

View File

@ -160,7 +160,11 @@ static const struct
{ "x86_64", CPU_x86_64 },
{ "powerpc", CPU_POWERPC },
{ "arm", CPU_ARM },
{ "aarch64", CPU_ARM64 }
{ "armv5", CPU_ARM },
{ "armv6", CPU_ARM },
{ "armv7", CPU_ARM },
{ "arm64", CPU_ARM64 },
{ "aarch64", CPU_ARM64 },
};
static const struct