remove unused /usr/libexec/binutils2*/elf/ld
authorJohn Marino <draco@marino.st>
Sun, 12 Feb 2012 17:44:21 +0000 (18:44 +0100)
committerJohn Marino <draco@marino.st>
Sun, 12 Feb 2012 21:01:17 +0000 (22:01 +0100)
commit602c9051f788069b48fb7e3fb5252a778caab173
tree84dddcea07f3cc94536e061097c3951136949c17
parent31468d702ff67ca49b120f946387228cf72df1ff
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