From 43e7aab08382e641c3197a0beed9cae375b52c78 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Hentschel?= Date: Sat, 21 Mar 2015 16:38:39 +0100 Subject: [PATCH] wine: more hostarch MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The tools from host-wine build on those architectures. Signed-off-by: André Hentschel Signed-off-by: Thomas Petazzoni --- package/wine/Config.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package/wine/Config.in b/package/wine/Config.in index 26de143281..d1510e11a1 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 -- 2.30.2