rtld: Remove useless arch Makefiles
authorJohn Marino <draco@marino.st>
Sat, 21 Jan 2012 21:02:15 +0000 (22:02 +0100)
committerJohn Marino <draco@marino.st>
Mon, 23 Jan 2012 16:13:17 +0000 (17:13 +0100)
commit7f7401f2df3141fa3b8dfdd97fe86e624f5d9b13
tree242c559d78a42e46d6befe431183ff318244f437
parentabfcd5b1045e58aecb0f84d4e269d0d1b3b20d6e
rtld: Remove useless arch Makefiles

The ability to build an executable dynamic linker was previously removed
from the main makefile, so uncommenting LDSCRIPT in the arch Makefile
would no longer work even if the elf_rtld.x files were put in the arch
directory.  To avoid confusion, these optional Makefiles have been
completely removed.
libexec/rtld-elf/i386/Makefile.inc [deleted file]
libexec/rtld-elf/x86_64/Makefile.inc [deleted file]