mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 09:06:49 -04:00
Revert r279381. The EFI loader needs to use a separate libstand that
is compiled against the ABI EFI expects (specifically, no stack redzone) so it cannot share libstand with userboot (which must use the System V ABI).
This commit is contained in:
parent
b57d97215e
commit
bc65857d86
1 changed files with 0 additions and 1 deletions
|
|
@ -84,7 +84,6 @@ loader.efi: loader.sym
|
|||
--output-target=${EFI_TARGET} ${.ALLSRC} ${.TARGET}
|
||||
|
||||
LIBEFI= ${.OBJDIR}/../../efi/libefi/libefi.a
|
||||
LIBSTAND= ${.OBJDIR}/../../userboot/libstand/libstand.a
|
||||
|
||||
DPADD= ${LIBFICL} ${LIBEFI} ${LIBSTAND}
|
||||
LDADD= ${LIBFICL} ${LIBEFI} ${LIBSTAND}
|
||||
|
|
|
|||
Loading…
Reference in a new issue