aboutsummaryrefslogtreecommitdiff
path: root/atmel-samd/mpconfigport.mk
blob: 208064b6c1fadbeea0d89dc303bc509e2275b493 (plain)
1
2
3
4
# Define an equivalent for MICROPY_LONGINT_IMPL, to pass to $(MPY-TOOL) in py/mkrules.mk
# $(MPY-TOOL) needs to know what kind of longint to use (if any) to freeze long integers.
# This should correspond to the MICROPY_LONGINT_IMPL definition in mpconfigport.h.
MPY_TOOL_LONGINT_IMPL = -mlongint-impl=none