summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Fogelstrom <pefo@cvs.openbsd.org>1997-08-01 12:55:19 +0000
committerPer Fogelstrom <pefo@cvs.openbsd.org>1997-08-01 12:55:19 +0000
commit8fa56fa690ca5e20bd6c1436619e05e1449dc234 (patch)
tree02aa586e90336e01f50d88abf2fcede2abfb65b9
parentd600093e435a2488b25a43f83f9eb32d4854ec57 (diff)
Explain the "-E" switch.
CVS ----------------------------------------------------------------------
-rw-r--r--distrib/crunch/crunchgen/crunchgen.15
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 .