We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e8bfd commit 9cf2bafCopy full SHA for 9cf2baf
ports/broadcom/mpconfigport.mk
@@ -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
12
13
-ifeq ($(LONGINT_IMPL),LONGLONG)
14
-MPY_TOOL_LONGINT_IMPL = -mlongint-impl=longlong
15
16
17
# All broadcom ports have longints.
18
LONGINT_IMPL = MPZ
19
0 commit comments