Skip to content
Commit 2d1ebd6a authored by Lukas Schwaighofer's avatar Lukas Schwaighofer
Browse files

gnu-efi compatibility patch: use memset and memcpy from syslinux

Filtering out the memset and memcpy from syslinux (done with the gnu-efi
compatibility patch taken from Ubuntu) causes some modules (e.g.
vesamenu.c32) to fail with "Undef symbol FAIL: memset".

Instead pass the -zmuldefs option to the gnu linker.  This will result
in the linker using the memset/memcpy provided by syslinux and ignore
the one included in gnu-efi.
parent 1705f19c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment