diff options
| author | Damien George <damien@micropython.org> | 2025-05-23 22:44:39 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2025-06-04 12:07:30 +1000 |
| commit | 9174cffc47a5c317dab174fee4e76678a0554068 (patch) | |
| tree | a8a6e6ffeb19675bd1f1bd60b51118ac0adee94f | |
| parent | e869dae31e19a283ff62f4a49125a9d97aacd499 (diff) | |
mpy-cross/main: Document emit=host option in help.
Signed-off-by: Damien George <damien@micropython.org>
| -rw-r--r-- | mpy-cross/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpy-cross/main.c b/mpy-cross/main.c index 5375f38ac..16f749ae4 100644 --- a/mpy-cross/main.c +++ b/mpy-cross/main.c @@ -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] ); |
