rtld: remove broken functionality to build exec. version
authorJohn Marino <draco@marino.st>
Sat, 14 Jan 2012 11:38:01 +0000 (12:38 +0100)
committerJohn Marino <draco@marino.st>
Sat, 14 Jan 2012 11:46:43 +0000 (12:46 +0100)
commit1c2e3f3cc9aa69cd2d4cb3d6ff109cd065ff07e0
tree36d0b20027d7a3eeab8edd7966af932d996995c0
parent30aefd4f60dd5adcb07a6c4d46c62f763770541f
rtld: remove broken functionality to build exec. version

If anyone had tried to build an executable version of the dynamic linker
using the source makefiles, it would have failed.  The i386 version had
bad CFLAGS and the x86_64 was missing the ldscript.  Moreever, as the
gold linker doesn't use ldscripts, it was GNU linker (ld.bfd) specific.

If somebody decides this functionality is still desired, the ldscript
files from FreeBSD (elf_rtld.x) can be imported from FreeBSD likely
without modification.  The now-dummy makefiles were alterated with
similar comments.
libexec/rtld-elf/i386/Makefile.inc
libexec/rtld-elf/i386/elf_rtld.x [deleted file]
libexec/rtld-elf/x86_64/Makefile.inc