diff options
| author | Jan Willeke <willeke@smartmote.de> | 2022-01-07 21:57:20 +0100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-11-15 17:09:49 +1100 |
| commit | 40a3aa709c874f1eb3cabd6d8a393ea8042d976c (patch) | |
| tree | e77b62019c77b3a78daea34c7a600cb5d9b5bbe0 /py/py.cmake | |
| parent | 043dc4dd0cc4679fca96a2d36f1bf7cf1656606f (diff) | |
py/nlrmips: Add native NLR support for MIPS architecture.
This can be tested using ports/minimal and qemu:
make CC=mips-linux-gnu-gcc-8
Then run with qemu-mips:
stty raw opost -echo;
QEMU_LD_PREFIX=/usr/mips-linux-gnu/ qemu-mips build/firmware.elf;
sleep 1; reset
Signed-off-by: Jan Willeke <willeke@smartmote.de>
Diffstat (limited to 'py/py.cmake')
| -rw-r--r-- | py/py.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/py.cmake b/py/py.cmake index 2b5d437b5..07d1fe05f 100644 --- a/py/py.cmake +++ b/py/py.cmake @@ -53,6 +53,7 @@ set(MICROPY_SOURCE_PY ${MICROPY_PY_DIR}/mpz.c ${MICROPY_PY_DIR}/nativeglue.c ${MICROPY_PY_DIR}/nlr.c + ${MICROPY_PY_DIR}/nlrmips.c ${MICROPY_PY_DIR}/nlrpowerpc.c ${MICROPY_PY_DIR}/nlrsetjmp.c ${MICROPY_PY_DIR}/nlrthumb.c |
