Skip to content

Commit b32b0d3

Browse files
pohmeliepfalcon
authored andcommitted
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
1 parent 20d9bc2 commit b32b0d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

unix/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ nanbox:
213213
freedos:
214214
$(MAKE) \
215215
CC=i586-pc-msdosdjgpp-gcc \
216+
STRIP=i586-pc-msdosdjgpp-strip \
217+
SIZE=i586-pc-msdosdjgpp-size \
216218
CFLAGS_EXTRA='-DMP_CONFIGFILE="<mpconfigport_freedos.h>" -DMICROPY_NLR_SETJMP -Dtgamma=gamma -DMICROPY_EMIT_X86=0 -DMICROPY_NO_ALLOCA=1 -DMICROPY_PY_USELECT=0' \
217219
BUILD=build-freedos \
218220
PROG=micropython_freedos \

0 commit comments

Comments
 (0)