File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -373,6 +373,10 @@ if(NOT DEFINED _WANT_IO_LONG_LONG)
373
373
option (_WANT_IO_LONG_LONG "Support long long in integer printf/scanf" OFF )
374
374
endif ()
375
375
376
+ if (NOT DEFINED _WANT_IO_LONG_DOUBLE )
377
+ option (_WANT_IO_LONG_DOUBLE "Support long double in printf/scanf" OFF )
378
+ endif ()
379
+
376
380
if (NOT DEFINED _WANT_MINIMAL_IO_LONG_LONG )
377
381
option (_WANT_MINIMAL_IO_LONG_LONG "Support long long in minimal printf/scanf" OFF )
378
382
endif ()
Original file line number Diff line number Diff line change 398
398
399
399
#cmakedefine _WANT_IO_LONG_LONG
400
400
401
+ #cmakedefine _WANT_IO_LONG_DOUBLE
402
+
401
403
#cmakedefine _WANT_MINIMAL_IO_LONG_LONG
402
404
403
405
#cmakedefine _WANT_IO_POS_ARGS
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ if(CONFIG_PICOLIBC_USE_MODULE)
67
67
picolibc_option_true ("_WANT_MINIMAL_IO_LONG_LONG" CONFIG_PICOLIBC_IO_MINIMAL_LONG_LONG )
68
68
picolibc_option_false ("_WANT_IO_PERCENT_B" CONFIG_PICOLIBC_IO_PERCENT_B )
69
69
picolibc_option_true ("_WANT_IO_POS_ARGS" CONFIG_PICOLIBC_IO_POS_ARGS )
70
+ picolibc_option_true ("_WANT_IO_LONG_DOUBLE" CONFIG_PICOLIBC_IO_LONG_DOUBLE )
70
71
picolibc_option_true ("_PRINTF_SMALL_ULTOA" CONFIG_PICOLIBC_IO_SMALL_ULTOA )
71
72
picolibc_option_true ("FORMAT_DEFAULT_DOUBLE" CONFIG_PICOLIBC_IO_FLOAT )
72
73
picolibc_option_val ("FORMAT_DEFAULT_FLOAT" 0 )
You can’t perform that action at this time.
0 commit comments