# # A multiboot boot loader. # # GNU GRUB is a Multiboot boot loader. It was derived from GRUB, # the GRand Unified Bootloader, which was originally designed and # implemented by Erich Stefan Boleyn. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=grub pkgversion=2.06 arch=amd64 release=4 pkgcategory="boot" full_pkgname=grub_2.06_amd64-4@boot blurb="A multiboot boot loader." homepage="https://www.gnu.org/software/grub" license="GPLv3+" fetch="https://ftp.gnu.org/gnu/grub/grub-2.06.tar.gz" replace=""