=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: winebuild: Detect armv* toolchains.

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


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

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

winebuild: Detect armv* toolchains.

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

---

 tools/winebuild/utils.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tools/winebuild/utils.c b/tools/winebuild/utils.c
index 4860a19..08e6b01 100644
--- a/tools/winebuild/utils.c
+++ b/tools/winebuild/utils.c
@@ -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 },
 };




More information about the wine-cvs mailing list