summaryrefslogtreecommitdiffstats
path: root/usr.sbin/crunch/crunchgen/crunchgen.1
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2002-03-30 16:48:30 +0000
committerluigi <luigi@FreeBSD.org>2002-03-30 16:48:30 +0000
commitde9ccb62a4fa765bda08d7b0bec05e853c87fe22 (patch)
treecb080bfd397550f13954c4a25eba0a7e2ad1b868 /usr.sbin/crunch/crunchgen/crunchgen.1
parente1a6bcf77d8492a7a09e3a1c5f59c69f8c4ac59a (diff)
downloadFreeBSD-src-de9ccb62a4fa765bda08d7b0bec05e853c87fe22.zip
FreeBSD-src-de9ccb62a4fa765bda08d7b0bec05e853c87fe22.tar.gz
Add a "special progname lib xxx ..." command to crunchgen
so the .lo files can be partially linked against libraries which redefine symbols in the standard libs, or which reference symbols in the objects. Submitted by: Sam Leffler MFC After: 3 days
Diffstat (limited to 'usr.sbin/crunch/crunchgen/crunchgen.1')
-rw-r--r--usr.sbin/crunch/crunchgen/crunchgen.16
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/crunch/crunchgen/crunchgen.1 b/usr.sbin/crunch/crunchgen/crunchgen.1
index d925d98..7fe0cad 100644
--- a/usr.sbin/crunch/crunchgen/crunchgen.1
+++ b/usr.sbin/crunch/crunchgen/crunchgen.1
@@ -290,6 +290,12 @@ but some
might like to use other conventions or
prepend the program's name to the variable, e.g.\&
.Va SSHD_OBJS .
+.It Ic special Ar progname Ic lib Ar library-name ...
+Specifies libraries to be linked with object files to produce
+.Ar progname.lo .
+This can be useful with libraries which redefine routines in
+the standard libraries, or poorly written libraries which
+reference symbols in the object files.
.It Ic special Ar progname Ic keep Ar symbol-name ...
Add specified list of symbols to the keep list for program
.Ar progname .
OpenPOWER on IntegriCloud