Skip to content

Commit f50edc2

Browse files
authored
Merge pull request #4044 from DavePutz/rp2040_longint
RP2040 longint support
2 parents ec8a42d + e8e8c59 commit f50edc2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ports/raspberrypi/mpconfigport.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ ifeq ($(LONGINT_IMPL),LONGLONG)
1414
MPY_TOOL_LONGINT_IMPL = -mlongint-impl=longlong
1515
endif
1616

17+
# All raspberrypi ports have longints.
18+
LONGINT_IMPL = MPZ
19+
1720
ifndef CIRCUITPY_RP2PIO
1821
CIRCUITPY_RP2PIO = 1
1922
else

0 commit comments

Comments
 (0)