Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d9bc2 commit b32b0d3Copy full SHA for b32b0d3
unix/Makefile
@@ -213,6 +213,8 @@ nanbox:
213
freedos:
214
$(MAKE) \
215
CC=i586-pc-msdosdjgpp-gcc \
216
+ STRIP=i586-pc-msdosdjgpp-strip \
217
+ SIZE=i586-pc-msdosdjgpp-size \
218
CFLAGS_EXTRA='-DMP_CONFIGFILE="<mpconfigport_freedos.h>" -DMICROPY_NLR_SETJMP -Dtgamma=gamma -DMICROPY_EMIT_X86=0 -DMICROPY_NO_ALLOCA=1 -DMICROPY_PY_USELECT=0' \
219
BUILD=build-freedos \
220
PROG=micropython_freedos \
0 commit comments