diff options
author | Julian Scheel <julian@jusst.de> | 2016-04-22 09:18:11 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-04-22 15:01:26 +0200 |
commit | cdf9ea2e6d724c45c694cd113bf88cc75bbe4f7e (patch) | |
tree | 7e2e2a71a983d33c407aa359240f5a8bf14b8875 /package | |
parent | 4896b7c96fa67ea55d4f5dfdea2f5187eb46c554 (diff) | |
download | buildroot-cdf9ea2e6d724c45c694cd113bf88cc75bbe4f7e.tar.gz buildroot-cdf9ea2e6d724c45c694cd113bf88cc75bbe4f7e.zip |
qemu: Add support for arm
Build and operation was successfully tested to Tegra K1 arm platform.
Signed-off-by: Julian Scheel <julian@jusst.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/qemu/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/qemu/Config.in b/package/qemu/Config.in index 082b5eecab..ea6b94605c 100644 --- a/package/qemu/Config.in +++ b/package/qemu/Config.in @@ -2,7 +2,7 @@ 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_x86_64 || BR2_arm comment "QEMU requires a toolchain with wchar, threads" depends on BR2_PACKAGE_QEMU_ARCH_SUPPORTS_TARGET |