From 2be988d8bd53c0428943a9aa399b0b12f1f8a4da Mon Sep 17 00:00:00 2001 From: NicJA Date: Sat, 13 Apr 2019 15:31:37 +0000 Subject: [PATCH] don't set the kernelisaflags building grub2 git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56225 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- arch/all-pc/boot/grub2-host/mmakefile.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/all-pc/boot/grub2-host/mmakefile.src b/arch/all-pc/boot/grub2-host/mmakefile.src index a58e92b705..604710cead 100644 --- a/arch/all-pc/boot/grub2-host/mmakefile.src +++ b/arch/all-pc/boot/grub2-host/mmakefile.src @@ -80,12 +80,12 @@ grub2-efi-host-touchfileflag := $(GENDIR)/arch/all-pc/boot/.grub2-files-touched %build_with_configure mmake=grub2-host compiler=host nix=yes \ prefix="$(DESTDIR)" srcdir=$(GRUBSRCDIR) \ package=pc extraoptions="$(CONFIG_OPTS) --with-platform=pc" \ - install_target= targetisaflags= + install_target= kernelisaflags= targetisaflags= %build_with_configure mmake=grub2-efi-host compiler=host nix=yes \ prefix="$(DESTDIR)" srcdir=$(GRUBSRCDIR) \ package=efi extraoptions="$(CONFIG_OPTS) --with-platform=efi" \ - install_target= targetisaflags= + install_target= kernelisaflags= targetisaflags= PC_MODS := biosdisk EFI_MODS := -- 2.11.4.GIT