浏览代码

package/qemu: enable for powerpc64 and powerpc64le

Signed-off-by: Sam Bobroff <sam.bobroff@au1.ibm.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sam bobroff 8 年之前
父节点
当前提交
79573562fd
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      package/qemu/Config.in

+ 2 - 1
package/qemu/Config.in

@@ -2,7 +2,8 @@ config BR2_PACKAGE_QEMU_ARCH_SUPPORTS_TARGET
 	bool
 	bool
 	# Only tested on these architectures
 	# Only tested on these architectures
 	default y if BR2_aarch64 || BR2_i386 || BR2_mips || BR2_mipsel \
 	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"
 comment "QEMU requires a toolchain with wchar, threads"
 	depends on BR2_PACKAGE_QEMU_ARCH_SUPPORTS_TARGET
 	depends on BR2_PACKAGE_QEMU_ARCH_SUPPORTS_TARGET