aboutsummaryrefslogtreecommitdiff
path: root/man/meson.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/meson.1')
-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