wine: more hostarch

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>
This commit is contained in:
André Hentschel 2015-03-21 16:38:39 +01:00 committed by Thomas Petazzoni
parent 4cf1c62670
commit 43e7aab083

View 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