Fix broken efi binaries with binutils >= 2.31
Add a patch forcing the linker to put all sections into a single PT_LOAD segment. Binutils >= 2.31 writes two PT_LOAD segements by default. This is not supported by the wrapper.c script used to convert the shared object into an elf binary.
parent
7468ef0e
Please register or sign in to comment