summaryrefslogtreecommitdiff
path: root/mpy-cross/Makefile
AgeCommit message (Expand)Author
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2020-01-25mpy-cross: Make it easier to build mpy-cross static targetsJeff Epler
2019-03-12Stub out safe mode for mpy-crossScott Shawcroft
2018-12-06Add stack.c stub for mpy-crossScott Shawcroft
2018-08-07Support internationalisation.Scott Shawcroft
2018-07-10handle errno defns for mingw and use correct executable nameDan Halbert
2018-07-10Add STATIC_BUILD make flag for mpy-cross to build a static executableDan Halbert
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