aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiele <jwiele@redhat.com>2024-05-30 13:31:26 -0400
committerJohn Wiele <jwiele@redhat.com>2024-06-06 09:15:40 -0400
commitfd6a6e8b90b33e358fb3facbeb20378cb6032a08 (patch)
tree15ba9ebb4f1a80bbd7302ff9ce21acaf6043521a
parentbce9b44c0bbdb8b4c4ccc30d8554350d7dbfc938 (diff)
downloadmeson-fd6a6e8b90b33e358fb3facbeb20378cb6032a08.zip
meson-fd6a6e8b90b33e358fb3facbeb20378cb6032a08.tar.gz
meson-fd6a6e8b90b33e358fb3facbeb20378cb6032a08.tar.bz2
Add help for meson env2mfile to the man page.
The added help text was derived from the output of the meson help command much like the markdown online help is derived.
-rw-r--r--man/meson.159
1 files changed, 59 insertions, 0 deletions
diff --git a/man/meson.1 b/man/meson.1
index 594fc1a..885eeb3 100644
--- a/man/meson.1
+++ b/man/meson.1
@@ -549,6 +549,65 @@ path (Since 1.1.0)
\fB\-\-dump-format {sh,export,vscode}\fR
Format used with --dump (Since 1.1.0)
+.SH The env2mfile command
+
+.B meson env2mfile
+converts the current environment to a cross or native file.
+
+.B meson env2mfile [
+.I options
+.B ]
+
+.SS "options:"
+
+.TP
+\fB\-h, \-\-help\fR
+show this help message and exit
+
+.TP
+\fB\-\-debarch DEBARCH\fR
+The dpkg architecture to generate.
+
+.TP
+\fB\-\-gccsuffix GCCSUFFIX\fR
+A particular gcc version suffix if necessary.
+
+.TP
+\fB\-o OUTFILE\fR
+The output file.
+
+.TP
+\fB\-\-cross\fR
+Generate a cross compilation file.
+
+.TP
+\fB\-\-native\fR
+Generate a native compilation file.
+
+.TP
+\fB\-\-system SYSTEM\fR
+Define system for cross compilation.
+
+.TP
+\fB\-\-subsystem SUBSYSTEM\fR
+Define subsystem for cross compilation.
+
+.TP
+\fB\-\-kernel KERNEL\fR
+Define kernel for cross compilation.
+
+.TP
+\fB\-\-cpu CPU\fR
+Define cpu for cross compilation.
+
+.TP
+\fB\-\-cpu-family CPU_FAMILY\fR
+Define cpu family for cross compilation.
+
+.TP
+\fB\-\-endian {big,little}\fR
+Define endianness for cross compilation.
+
.SH EXIT STATUS
.TP