[PPC64] Don't mark ld.bfd as obsolete
PowerPC64 still needs ld.bfd for 32-bit binaries/libraries. This will be needed when ELFv2 becomes default, but there is no harm in committing it already. Reviewed by: jhibbits Differential Revision: https://reviews.freebsd.org/D21136
This commit is contained in:
parent
94962f6ba0
commit
403c9d52eb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350589
@ -437,7 +437,8 @@ OLD_FILES+=usr/share/man/man7/ldint.7.gz
|
||||
OLD_FILES+=usr/share/man/man7/binutils.7.gz
|
||||
.endif
|
||||
.endif
|
||||
.if !defined(WITH_PORT_BASE_BINUTILS)
|
||||
# powerpc64 still needs ld.bfd for 32-bit binaries/libraries
|
||||
.if !defined(WITH_PORT_BASE_BINUTILS) && ${TARGET_ARCH} != "powerpc64"
|
||||
.if ${MK_BINUTILS} == no || ${MK_LLD_IS_LD} == yes
|
||||
OLD_FILES+=usr/bin/ld.bfd
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user