aboutsummaryrefslogtreecommitdiff
path: root/mpy-cross/Makefile
AgeCommit message (Expand)Author
2020-10-22mpy-cross: Enable more warnings.Emil Renner Berthing
2020-04-29all: Factor gchelper code to one place and use it for unix & ARM ports.Jim Mussared
2019-06-03mpy-cross: Do not automatically build mpy-cross, rather do it manually.Damien George
2019-03-08py: Update and rework build system for including external C modules.Andrew Leech
2018-08-14mpy-cross/Makefile: Also undefine MICROPY_FORCE_32BIT and CROSS_COMPILE.Paul Sokolovsky
2018-07-10mpy-cross: Make build independent of extmod directory.Damien George
2017-09-06all: Update Makefiles and others to build with new ports/ dir layout.Damien George
2017-08-11all: Make use of $(TOP) variable in Makefiles, instead of "..".Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-19all: Remove trailing spaces, per coding conventions.Damien George
2017-05-26mpy-cross/Makefile: Guard "override undefine" by test for make feature.Damien George
2017-05-11mpy-cross/Makefile: Override undefine any inherited variables.Damien George
2017-05-03mpy-cross: Fix compiler detection for including windows/fmode.cstijn
2017-03-23all/Makefile: Remove -ansi from GCC flags, its ignored anyway.Krzysztof Blazewicz
2016-07-30mpy-cross: Fix mingw and msys2 compilationstijn
2016-07-22mpy-cross: Use binary file translation mode for creating mpy files on windowsstijn
2016-07-11mpy-cross: Fix Makefile to handle gc-sections linker flags on OS X.Anton Sokolchenko
2016-03-09mpy-cross: Remove setting of MICROPY_FORCE_32BIT=1 from Makefile.Damien George
2016-02-25mpy-cross: Add new component, a cross compiler for MicroPython bytecode.Damien George