Skip to content

Commit 9cf2baf

Browse files
committed
remove unneeded LONGINT_IMPL logic
1 parent 34e8bfd commit 9cf2baf

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

ports/broadcom/mpconfigport.mk

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
# Define an equivalent for MICROPY_LONGINT_IMPL, to pass to $(MPY-TOOL) in py/mkrules.mk
2-
# $(MPY-TOOL) needs to know what kind of longint to use (if any) to freeze long integers.
3-
# This should correspond to the MICROPY_LONGINT_IMPL definition in mpconfigport.h.
4-
5-
ifeq ($(LONGINT_IMPL),NONE)
6-
MPY_TOOL_LONGINT_IMPL = -mlongint-impl=none
7-
endif
8-
9-
ifeq ($(LONGINT_IMPL),MPZ)
10-
MPY_TOOL_LONGINT_IMPL = -mlongint-impl=mpz
11-
endif
12-
13-
ifeq ($(LONGINT_IMPL),LONGLONG)
14-
MPY_TOOL_LONGINT_IMPL = -mlongint-impl=longlong
15-
endif
16-
171
# All broadcom ports have longints.
182
LONGINT_IMPL = MPZ
193

0 commit comments

Comments
 (0)