Skip to content
Snippets Groups Projects
Commit b32b0d38 authored by pohmelie's avatar pohmelie Committed by Paul Sokolovsky
Browse files

unix: freedos strip and size names for binaries

After this you need only one path for build (path/to/djgpp/bin). Original patch made by @dhylands
parent 20d9bc2d
No related branches found
No related tags found
No related merge requests found
......@@ -213,6 +213,8 @@ nanbox:
freedos:
$(MAKE) \
CC=i586-pc-msdosdjgpp-gcc \
STRIP=i586-pc-msdosdjgpp-strip \
SIZE=i586-pc-msdosdjgpp-size \
CFLAGS_EXTRA='-DMP_CONFIGFILE="<mpconfigport_freedos.h>" -DMICROPY_NLR_SETJMP -Dtgamma=gamma -DMICROPY_EMIT_X86=0 -DMICROPY_NO_ALLOCA=1 -DMICROPY_PY_USELECT=0' \
BUILD=build-freedos \
PROG=micropython_freedos \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment