Commit aea4ceaa authored by Anton Midyukov's avatar Anton Midyukov Committed by Michael Shigorin

bootloader: add GRUB_ARCHES variable

$GRUB_ARCHES is the list of GRUB 2 supported architectures
parent 760c09c3
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
# NB: "mysterious" conflicts if BASE_BOOTLOADER is empty # NB: "mysterious" conflicts if BASE_BOOTLOADER is empty
GRUB_ARCHES := i586 x86_64 aarch64 ppc64le
use/bootloader: use/pkgpriorities use/bootloader: use/pkgpriorities
@$(call add_feature) @$(call add_feature)
@$(call try,BASE_BOOTLOADER,grub) @$(call try,BASE_BOOTLOADER,grub)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment