profiles: remove "pc xen" from arm64 GRUB_PLATFORMS

grub refuses to build these targets when host is arm64.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
Jeremi Piotrowski 2021-07-19 15:03:14 +00:00 committed by Jeremi Piotrowski
parent a90c4265bf
commit 0064e6b3ec
2 changed files with 2 additions and 3 deletions

View File

@ -0,0 +1,2 @@
# platform "pc" is not supported for target CPU "arm64"
GRUB_PLATFORMS="efi-64"

View File

@ -4,9 +4,6 @@ USE="man -pam"
# TODO: clean up that old goo
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"