CRUNCHGEN(8) - System Manager's Manual
CRUNCHGEN(8) - System Manager’s Manual # CRUNCHGEN(8) - System Manager’s Manual NAME # crunchgen - generates build environment for a crunched binary SYNOPSIS # crunchgen [-EfMq] [-c c-file-name] [-D src-root] [-e exec-file-name] [-L lib-dir] [-m makefile-name] [-O objdir-name] conf-file crunchgen -h [-f keep-list-file] [-k keep-symbol] object-file … DESCRIPTION # A crunched binary is a program made up of many other programs linked together into a single executable. The crunched binary main() function determines which component program to run by the contents of argv[0]. ...