diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-08-01 12:55:19 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-08-01 12:55:19 +0000 |
commit | 8fa56fa690ca5e20bd6c1436619e05e1449dc234 (patch) | |
tree | 02aa586e90336e01f50d88abf2fcede2abfb65b9 | |
parent | d600093e435a2488b25a43f83f9eb32d4854ec57 (diff) |
Explain the "-E" switch.
CVS ----------------------------------------------------------------------
-rw-r--r-- | distrib/crunch/crunchgen/crunchgen.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/distrib/crunch/crunchgen/crunchgen.1 b/distrib/crunch/crunchgen/crunchgen.1 index 65ff774c762..228a5b9c1c0 100644 --- a/distrib/crunch/crunchgen/crunchgen.1 +++ b/distrib/crunch/crunchgen/crunchgen.1 @@ -31,7 +31,7 @@ .Nd generates build environment for a crunched binary .Sh SYNOPSIS .Nm \&crunchgen -.Op Fl fq +.Op Fl fqE .Op Fl m Ar makefile-name .Op Fl c Ar c-file-name .Op Fl e Ar exec-file-name @@ -94,6 +94,9 @@ Set output Makefile name to The default name is ``<conf-name>.mk''. .It Fl q Quiet operation. Status messages are suppressed. +.It Fl E +Don't prepend stub names with an underscore. Used for architectures that +don't have underscore prepended to symbol names. Example mips ELF. .It Fl D Ar src-root Assume that relative source directory specifications begin with .Ar srt-root . |