From e69da8b4e2e30a54954c047a03453d3674eb6875 Mon Sep 17 00:00:00 2001 From: Memallox Date: Fri, 31 Aug 2018 20:51:46 +0200 Subject: [PATCH] Enable newlib_io_c99_format to provide support for the %zu format specifier --- newlib/configure.host | 1 + 1 file changed, 1 insertion(+) diff --git a/newlib/configure.host b/newlib/configure.host index ea8d51dea..539e927ff 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -571,6 +571,7 @@ case "${host}" in newlib_fseek_optimization=no newlib_wide_orient=no newlib_multithread=no + newlib_io_c99_formats=yes ;; sh*-*) sys_dir=sh