MPY_TOOL_LONGINT_IMPL not set correctly in some ports #5782
Labels
broadcom
Raspberry Pis with Broadcom chips
bug
mimxrt10xx
iMX RT based boards such as Teensy 4.x
rp2040
Raspberry Pi RP2040
While reviewing
I noticed that
MPY_TOOL_LONGINT_IMPL
is not being set correctly, because it depends on the value ofLONGINT_IMPL
being set earlier in the file.The problem is that the setting of
LONGINT_IMPL
is after it use in theifeq
lines. This meansLONGINT_IMPL
is treated as empty at line 5, 9, and 13 and so none of the-mlongint-impl
lines are taken.The consequence of this is that if there are frozen files (there aren't, in these ports) and they use long ints it won't work.
The text was updated successfully, but these errors were encountered: