lib/libexecinfo: Fix static and profiled archives.Previously archives were embedded within archives.Reported-by: tuxillo
libelf: Add libelf to lib directory, but leave it unhookedThe ELF library is part of FreeBSD's ELF Tool Chain project that has thegoal to be a drop-in replacement for binutils. It isn't quite the
libelf: Add libelf to lib directory, but leave it unhookedThe ELF library is part of FreeBSD's ELF Tool Chain project that has thegoal to be a drop-in replacement for binutils. It isn't quite there yetbut the toolchain project has replaced most of the tools. There may beinterest to bring the entire toolchain into DragonFly once the project isproduction ready, but for now we are only interested in libelf.This library is a required component for the incoming execinfo library.The ELF library is for internal use only. It will not be installed, butinstead only statically linked to the execinfo library. Thecontrib/elftoolchain directory has been arranged in a "placeholder"fashion so the source for more of the tools can be added there later.
show more ...