Skip to content
Commit 012e1dd3 authored by Lukas Schwaighofer's avatar Lukas Schwaighofer
Browse files

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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment