You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
meson: Add missing long-long option in conf_data.set for tinystdio
Seems like adding the 'long-long' option to the conf_data.set()
options for 'tinystdio' was accidentally missed. This leads
'_FORMAT_DEFAULT_LONG_LONG' not being set when using the
'format-default=long-long' option, which ultimately leads to the
'vfprintf' etc functions not being registered properly:
picolibc/newlib/libc/tinystdio/printf.c:41: \
undefined reference to `vfprintf'
Fix this by adding in the missing entry for the 'long-long' variant.
Fixes: ca70b2a ("libc/tinystdio: Add 'long-long' printf/scanf variants")
Signed-off-by: Louis Peens <[email protected]>
0 commit comments