Commit 43e7aab0 authored by André Hentschel's avatar André Hentschel Committed by Thomas Petazzoni
Browse files

wine: more hostarch



The tools from host-wine build on those architectures.

Signed-off-by: default avatarAndré Hentschel <nerv@dawncrow.de>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 4cf1c626
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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