mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
Update OLD_FILES for tools provided by ELF Tool Chain or Binutils
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
d9f2a78249
commit
2d83b16bd4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=286029
@ -186,7 +186,6 @@ OLD_FILES+=usr/bin/as
|
||||
OLD_FILES+=usr/bin/ld
|
||||
OLD_FILES+=usr/bin/objcopy
|
||||
OLD_FILES+=usr/bin/objdump
|
||||
OLD_FILES+=usr/bin/readelf
|
||||
OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.x
|
||||
OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xbn
|
||||
OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xc
|
||||
@ -204,7 +203,6 @@ OLD_FILES+=usr/share/man/man1/as.1.gz
|
||||
OLD_FILES+=usr/share/man/man1/ld.1.gz
|
||||
OLD_FILES+=usr/share/man/man1/objcopy.1.gz
|
||||
OLD_FILES+=usr/share/man/man1/objdump.1.gz
|
||||
OLD_FILES+=usr/share/man/man1/readelf.1.gz
|
||||
OLD_FILES+=usr/share/man/man7/as.7.gz
|
||||
OLD_FILES+=usr/share/man/man7/ld.7.gz
|
||||
OLD_FILES+=usr/share/man/man7/ldint.7.gz
|
||||
@ -1653,6 +1651,21 @@ OLD_FILES+=usr/bin/elfcopy
|
||||
OLD_FILES+=usr/share/man/man1/elfcopy.1.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_ELFTOOLCHAIN_TOOLS} == no && ${MK_BINUTILS} == no
|
||||
OLD_FILES+=usr/bin/addr2line
|
||||
OLD_FILES+=usr/bin/nm
|
||||
OLD_FILES+=usr/bin/readelf
|
||||
OLD_FILES+=usr/bin/size
|
||||
OLD_FILES+=usr/bin/strings
|
||||
OLD_FILES+=usr/bin/strip
|
||||
OLD_FILES+=usr/share/man/man1/addr2line.1.gz
|
||||
OLD_FILES+=usr/share/man/man1/nm.1.gz
|
||||
OLD_FILES+=usr/share/man/man1/readelf.1.gz
|
||||
OLD_FILES+=usr/share/man/man1/size.1.gz
|
||||
OLD_FILES+=usr/share/man/man1/strings.1.gz
|
||||
OLD_FILES+=usr/share/man/man1/strip.1.gz
|
||||
.endif
|
||||
|
||||
#.if ${MK_EXAMPLES} == no
|
||||
# to be filled in
|
||||
#.endif
|
||||
|
Loading…
Reference in New Issue
Block a user