From 79573562fd5e9c455ebd9061b2370e886ee2da29 Mon Sep 17 00:00:00 2001 From: Sam bobroff Date: Thu, 17 Nov 2016 15:42:50 +1100 Subject: [PATCH] package/qemu: enable for powerpc64 and powerpc64le Signed-off-by: Sam Bobroff Signed-off-by: Thomas Petazzoni --- package/qemu/Config.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/qemu/Config.in b/package/qemu/Config.in index ea6b94605c..e935ef9c61 100644 --- a/package/qemu/Config.in +++ b/package/qemu/Config.in @@ -2,7 +2,8 @@ config BR2_PACKAGE_QEMU_ARCH_SUPPORTS_TARGET bool # Only tested on these architectures default y if BR2_aarch64 || BR2_i386 || BR2_mips || BR2_mipsel \ - || BR2_x86_64 || BR2_arm + || BR2_x86_64 || BR2_arm \ + || BR2_powerpc64 || BR2_powerpc64le comment "QEMU requires a toolchain with wchar, threads" depends on BR2_PACKAGE_QEMU_ARCH_SUPPORTS_TARGET -- 2.30.2