diff options
Diffstat (limited to 'package/micropython/micropython.mk')
-rw-r--r-- | package/micropython/micropython.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/micropython/micropython.mk b/package/micropython/micropython.mk index 2f47ad8996..8336fb436f 100644 --- a/package/micropython/micropython.mk +++ b/package/micropython/micropython.mk @@ -4,13 +4,11 @@ # ################################################################################ -MICROPYTHON_VERSION = v1.8.3 +MICROPYTHON_VERSION = v1.8.7 MICROPYTHON_SITE = $(call github,micropython,micropython,$(MICROPYTHON_VERSION)) MICROPYTHON_LICENSE = MIT MICROPYTHON_LICENSE_FILES = LICENSE MICROPYTHON_DEPENDENCIES = host-pkgconf libffi -MICROPYTHON_PATCH = https://github.com/micropython/micropython/commit/8c6856d2e76c5865d9f30cad2c51615d4a1a1418.patch \ - https://github.com/micropython/micropython/commit/a50b26e4b00ed094aa1ac74eac2fc2d8eb9ea1ed.patch # Use fallback implementation for exception handling on architectures that don't # have explicit support. @@ -33,6 +31,8 @@ endef define MICROPYTHON_INSTALL_TARGET_CMDS $(TARGET_MAKE_ENV) $(MAKE) -C $(@D)/unix \ $(MICROPYTHON_MAKE_OPTS) \ + CROSS_COMPILE=$(TARGET_CROSS) \ + CFLAGS_EXTRA=$(MICROPYTHON_CFLAGS) \ DESTDIR=$(TARGET_DIR) \ PREFIX=$(TARGET_DIR)/usr \ install |