[2/2] winegcc: Sync toolchain detection with winebuild

André Hentschel nerv at dawncrow.de
Tue Dec 29 17:25:55 CST 2015


Signed-off-by: André Hentschel <nerv at dawncrow.de>
---
 tools/winegcc/winegcc.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/tools/winegcc/winegcc.c b/tools/winegcc/winegcc.c
index 1326afe..1dffe74 100644
--- a/tools/winegcc/winegcc.c
+++ b/tools/winegcc/winegcc.c
@@ -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
-- 
1.9.1




More information about the wine-patches mailing list