mpy-cross/main: Document emit=host option in help.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2025-05-23 22:44:39 +10:00
parent e869dae31e
commit 9174cffc47

View File

@@ -130,7 +130,7 @@ static int usage(char **argv) {
"Target specific options:\n"
"-msmall-int-bits=number : set the maximum bits used to encode a small-int\n"
"-march=<arch> : set architecture for native emitter;\n"
" x86, x64, armv6, armv6m, armv7m, armv7em, armv7emsp, armv7emdp, xtensa, xtensawin, rv32imc, debug\n"
" x86, x64, armv6, armv6m, armv7m, armv7em, armv7emsp, armv7emdp, xtensa, xtensawin, rv32imc, host, debug\n"
"\n"
"Implementation specific options:\n", argv[0]
);