summaryrefslogtreecommitdiff
path: root/usr.bin/ldd/build
AgeCommit message (Collapse)Author
2021-04-25Handle mipsn64christos
2019-02-04don't build ldd64 support if !MKCOMPAT and mips64.mrg
2019-01-27Fix merge botchkre
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2018-06-21Disable SANITIZER for ldd(1)kamil
These utilities (elf32, elf32_compat, elf64, liblldb) share code with the ELF dynamic loader that is not being sanitized and its symbols are installed into sanitized programs (in particular __tls_get_addr()). Additionally libldd is used in rescue that is not expected to be sanitized as of today.
2014-03-02Use OBJECT_FMTS from <bsd.own.mk> to determine elf32/elf64 needsmatt
2011-04-15move the build of ldd binary to a subdir in order to allowplunky
explict ordering. This makes "make all" work the same as "make dependall"