=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: winegcc: Sync toolchain detection with winebuild.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Dec 30 18:33:43 CST 2015


Module: wine
Branch: master
Commit: b33fab40d36905bdb56efe08a35ba823fc4d79ee
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b33fab40d36905bdb56efe08a35ba823fc4d79ee

Author: André Hentschel <nerv at dawncrow.de>
Date:   Wed Dec 30 00:25:55 2015 +0100

winegcc: Sync toolchain detection with winebuild.

Signed-off-by: André Hentschel <nerv at dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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




More information about the wine-cvs mailing list