freebsd-dev/stand/i386/loader
Alex Richardson 1a18ab420b Allow overriding the tool used for stripping binaries
Since the make variable STRIP is already used for other purposes, this
uses STRIPBIN (which is also used for the same purpose by install(1).
This allows using LLVM objcopy to strip binaries instead of the in-tree
elftoolchain objcopy. We make use of this in CheriBSD since passing
binaries generated by our toolchain to elftoolchain strip sometimes results
in assertion failures.

This allows working around https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248516
by specifying STRIPBIN=/path/to/llvm-strip

Obtained from:	CheriBSD
Reviewed By:	emaste, brooks
Differential Revision: https://reviews.freebsd.org/D25988
2020-08-11 16:46:27 +00:00
..
chain.c veloader use vectx API for kernel and modules 2020-03-09 16:02:54 +00:00
conf.c Remove NAND and NANDFS support 2019-06-25 04:50:09 +00:00
help.i386
loader.rc
main.c loader: cstyle cleanup 2020-07-19 06:59:09 +00:00
Makefile Allow overriding the tool used for stripping binaries 2020-08-11 16:46:27 +00:00
Makefile.depend Enable veriexec for loader 2019-02-26 06:22:10 +00:00
version