From 602c9051f788069b48fb7e3fb5252a778caab173 Mon Sep 17 00:00:00 2001 From: John Marino Date: Sun, 12 Feb 2012 18:44:21 +0100 Subject: [PATCH] remove unused /usr/libexec/binutils2*/elf/ld After a recent commit (0784934ab2d8a3bba5ad1f59713db3cea8005865), objformat handles the execution of the linker. It chooses between /usr/libexec/binutils*/elf/ld.bfd and /usr/libexec/binutils*/elf/ld.gold and /usr/libexec/binutils*/elf/ld is no longer referenced. This commit cleans up the binutils 2.21 and 2.22 ld binaries using the "make upgrade" command. --- Makefile_upgrade.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile_upgrade.inc b/Makefile_upgrade.inc index 0572df975c..7e8120c8cc 100644 --- a/Makefile_upgrade.inc +++ b/Makefile_upgrade.inc @@ -1974,6 +1974,8 @@ TO_REMOVE+=/usr/share/man/cat8/isdntelctl.8.gz TO_REMOVE+=/usr/share/man/man8/isdntelctl.8.gz TO_REMOVE+=/usr/share/man/cat8/isdntrace.8.gz TO_REMOVE+=/usr/share/man/man8/isdntrace.8.gz +TO_REMOVE+=/usr/libexec/binutils221/elf/ld +TO_REMOVE+=/usr/libexec/binutils222/elf/ld .if ${MACHINE_ARCH} == "x86_64" TO_REMOVE+=/usr/libdata/stallion/2681.sys -- 2.41.0