Skip to content

Commit e8e8c59

Browse files
committed
move longint choice to mpconfigport.mk
1 parent f39ca0a commit e8e8c59

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

ports/raspberrypi/boards/adafruit_feather_rp2040/mpconfigboard.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ CHIP_VARIANT = RP2040
77
CHIP_FAMILY = rp2
88

99
INTERNAL_FLASH_FILESYSTEM = 1
10-
LONGINT_IMPL = MPZ

ports/raspberrypi/boards/raspberry_pi_pico/mpconfigboard.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ CHIP_VARIANT = RP2040
77
CHIP_FAMILY = rp2
88

99
INTERNAL_FLASH_FILESYSTEM = 1
10-
LONGINT_IMPL = MPZ

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)