wine: more hostarch
authorAndré Hentschel <nerv@dawncrow.de>
Sat, 21 Mar 2015 15:38:39 +0000 (16:38 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 3 Apr 2015 22:18:34 +0000 (00:18 +0200)
The tools from host-wine build on those architectures.

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/wine/Config.in

index 26de14328145d07ed20959b117eeee481e9a8be6..d1510e11a17af264be7b01619a33f17c94d27a0c 100644 (file)
@@ -2,7 +2,9 @@ config BR2_PACKAGE_WINE
        bool "wine"
        depends on BR2_TOOLCHAIN_USES_GLIBC
        # Wine only builds on certain architectures
-       depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
+       depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" || \
+                  BR2_HOSTARCH = "powerpc" || BR2_HOSTARCH = "arm" || \
+                  BR2_HOSTARCH = "aarch64"
        # Wine has much CPU specific code and mostly makes sense on x86
        depends on BR2_i386
        help