mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-27 16:39:08 +00:00
Install links for loader.efi.
Submitted by: ben wilber
This commit is contained in:
parent
3991dbf3fa
commit
4ad3fab635
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=337914
@ -90,6 +90,10 @@ VERSION_FILE= ${.CURDIR}/../loader/version
|
||||
FILES+= ${LOADER}.efi
|
||||
FILESMODE_${LOADER}.efi= ${BINMODE}
|
||||
|
||||
.if ${LOADER_INTERP} == ${LOADER_DEFAULT_INTERP}
|
||||
LINKS+= ${BINDIR}/${LOADER}.efi ${BINDIR}/loader.efi
|
||||
.endif
|
||||
|
||||
LDSCRIPT= ${.CURDIR}/../loader/arch/${MACHINE}/ldscript.${MACHINE}
|
||||
LDFLAGS+= -Wl,-T${LDSCRIPT},-Bsymbolic,-znotext -shared
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user