summaryrefslogtreecommitdiff
path: root/package/wine
diff options
context:
space:
mode:
authorAndré Hentschel <nerv@dawncrow.de>2015-03-21 16:38:39 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-04 00:18:34 +0200
commit43e7aab08382e641c3197a0beed9cae375b52c78 (patch)
treed9f64675069a5ed5b69bb5103df1b093dd16b716 /package/wine
parent4cf1c626701db5df27cfcf7b14498bb03b177084 (diff)
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>
Diffstat (limited to 'package/wine')
-rw-r--r--package/wine/Config.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/wine/Config.in b/package/wine/Config.in
index 26de14328..d1510e11a 100644
--- a/package/wine/Config.in
+++ b/package/wine/Config.in
@@ -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