CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2021/11/14 14:51:48
Modified files: sys/arch/amd64/stand/efiboot: Makefile.common sys/arch/arm64/stand/efiboot: Makefile sys/arch/armv7/stand/efiboot: Makefile sys/arch/riscv64/stand/efiboot: Makefile Log message: Make sure efiboot is built with RELA/REL relocations and not RELR, as self_reloc.c only handles the former. ok deraadt@ kettenis@