summaryrefslogtreecommitdiff
path: root/unix/Makefile
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-11-22 00:44:22 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-11-22 00:44:41 +0200
commitc3280d83e70b531193b1577f0160559d607d922e (patch)
treee78b3414b578635d41659dcffbfc60a682c096c4 /unix/Makefile
parentede1f547e72c89125b78d3fb1cf5dd7d9c68ec92 (diff)
unix: Use printf() implementation in terms of mp_printf().
In other words, unix port now uses overriden printf(), instead of using libc's. This should remove almost all dependency on libc stdio (which is bloated).
Diffstat (limited to 'unix/Makefile')
-rw-r--r--unix/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/Makefile b/unix/Makefile
index 2654c23fd..677c3b4fd 100644
--- a/unix/Makefile
+++ b/unix/Makefile
@@ -129,6 +129,7 @@ endif
LIB_SRC_C = $(addprefix lib/,\
$(LIB_SRC_C_EXTRA) \
+ utils/printf.c \
)
OBJ = $(PY_O)