profiles: Specify board CPUs for Rust to support

This commit is contained in:
David Michael 2018-05-17 14:22:27 -04:00
parent b4f917e3df
commit 68286739ce

View File

@ -7,6 +7,9 @@ CROS_SDK_HOST="cros-sdk-host"
# Enable our assorted GRUB targets
GRUB_PLATFORMS="efi-64 pc xen"
# Enable CPU architectures needed by Rust builds
LLVM_TARGETS="X86 AArch64"
# Both x86_64 and i386 targets are required for grub testing
QEMU_SOFTMMU_TARGETS="x86_64 i386 aarch64"