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
This commit is contained in:
pohmelie 2016-04-03 01:52:09 +03:00 committed by Paul Sokolovsky
parent 20d9bc2d76
commit b32b0d38fe
1 changed files with 2 additions and 0 deletions

View File

@ -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 \