Use --printf=i instead of -DPICOLIBC_INTEGER_PRINTF_SCANF.
Signed-off-by: Keith Packard <keithp@keithp.com>
# Disable floating-point support in printf to save space
-PICOLIBC_PRINTF_CFLAGS = -DPICOLIBC_INTEGER_PRINTF_SCANF
+PICOLIBC_PRINTF_CFLAGS = --printf=i
include $(TOPDIR)/Makefile.defs
# Disable floating-point support in printf to save space
-PICOLIBC_PRINTF_CFLAGS = -DPICOLIBC_INTEGER_PRINTF_SCANF
+PICOLIBC_PRINTF_CFLAGS = --printf=i
include $(TOPDIR)/Makefile.defs
# Disable floating-point support in printf to save space
-PICOLIBC_PRINTF_CFLAGS = -DPICOLIBC_INTEGER_PRINTF_SCANF
+PICOLIBC_PRINTF_CFLAGS = --printf=i
include $(TOPDIR)/Makefile.defs