]> git.ipfire.org Git - thirdparty/grub.git/commit
build: Disable PIE in TARGET_CCASFLAGS if needed
authorMike Gilbert <floppym@gentoo.org>
Thu, 20 Feb 2020 06:51:42 +0000 (22:51 -0800)
committerDaniel Kiper <daniel.kiper@oracle.com>
Fri, 28 Feb 2020 11:35:30 +0000 (12:35 +0100)
commitc71be831f159ab5b8913132143bdb783a8b4b2a3
tree382b764e7e694af3e10a3bf316f551926bcda3c1
parent3137ecd97cafe8b486216c47b4fa32aa9fabe19f
build: Disable PIE in TARGET_CCASFLAGS if needed

PIE should be disabled in assembly sources as well, or else GRUB will
fail to boot.

Bug: https://bugs.gentoo.org/667852

Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Signed-off-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
Tested-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
configure.ac