Skip to content

Commit 1aec55e

Browse files
Enable %hh and %ll format strings (#71)
Those format options are only included with C99 configured.
1 parent a3acf28 commit 1aec55e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,8 @@ configure += $(call over,$(1))
316316

317317
# Newlib configuration common
318318
CONFIGURENEWLIBCOM = --with-newlib
319-
CONFIGURENEWLIBCOM += --disable-newlib-io-c99-formats
319+
CONFIGURENEWLIBCOM += --enable-newlib-io-c99-formats
320+
CONFIGURENEWLIBCOM += --enable-newlib-io-long-long
320321
CONFIGURENEWLIBCOM += --disable-newlib-supplied-syscalls
321322
CONFIGURENEWLIBCOM += --enable-newlib-reent-small
322323
CONFIGURENEWLIBCOM += --disable-target-optspace

0 commit comments

Comments
 (0)