From 853fb08d0d42cca2087fb5b6ae24278bafd6a503 Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 9 Mar 2016 15:56:11 +0000 Subject: [PATCH] mpy-cross: Remove setting of MICROPY_FORCE_32BIT=1 from Makefile. Building in 32-bit mode was only to reduce binary size on 64-bit machines and is otherwise not needed. Having it forced to 32-bit meant an unnecessary dependency on 32-bit libraries that is now removed. --- mpy-cross/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/mpy-cross/Makefile b/mpy-cross/Makefile index 0ad043f00..da4d4646a 100644 --- a/mpy-cross/Makefile +++ b/mpy-cross/Makefile @@ -1,5 +1,3 @@ -MICROPY_FORCE_32BIT = 1 - include ../py/mkenv.mk # define main target