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:
parent
20d9bc2d76
commit
b32b0d38fe
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue