mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-18 05:53:36 +01:00
Do not remove ld man page if lld is enabled and binutils is not
Reported by: Mark Millard Approved by: re (gjb) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
cbe100dfca
commit
25569cea2b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=338929
@ -206,6 +206,7 @@ OLD_DIRS+=usr/share/examples/bhyve
|
||||
OLD_FILES+=usr/bin/as
|
||||
.if ${MK_LLD_IS_LD} == no
|
||||
OLD_FILES+=usr/bin/ld
|
||||
OLD_FILES+=usr/share/man/man1/ld.1.gz
|
||||
.endif
|
||||
OLD_FILES+=usr/bin/ld.bfd
|
||||
OLD_FILES+=usr/bin/objdump
|
||||
@ -405,7 +406,6 @@ OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xsw
|
||||
OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xu
|
||||
OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xw
|
||||
OLD_FILES+=usr/share/man/man1/as.1.gz
|
||||
OLD_FILES+=usr/share/man/man1/ld.1.gz
|
||||
OLD_FILES+=usr/share/man/man1/objdump.1.gz
|
||||
OLD_FILES+=usr/share/man/man7/as.7.gz
|
||||
OLD_FILES+=usr/share/man/man7/ld.7.gz
|
||||
|
Loading…
Reference in New Issue
Block a user