Lines Matching full:false
40 | native-tests | false | Build tests against native libc (used to validate tests) …
45 | fake-semihost | false | Create a fake semihost library to allow tests to link …
47 | sysroot-install | false | Install in GCC sysroot location (requires sysroot in GCC)…
48 | tests | false | Enable tests …
59 | io-long-long | false | Enable long long type support in IO functions like printf…
60 | io-pos-args | false | Enable printf-family positional arg support. For tiny-std…
61 | io-long-double | false | Enable long double support in printf/scanf. …
87 | posix-console | false | Use POSIX I/O for stdin/stdout/stderr …
90 | io-percent-b | false | Support the %b as proposed in the upcoming C standard …
91 | printf-small-ultoa | false | Avoid soft division routine during integer binary to deci…
92 | minimal-io-long-long | false | Support long long integers in the minimal printf and scan…
93 | fast-bufio | false | Improve performance of some I/O operations when using buf…
100 stdio bits and those still work (tinystdio=false), but depend
108 | newlib-fseek-optimization | false | Enable fseek optimization …
109 | newlib-fvwrite-in-streamio | false | Enable iov in streamio …
110 | newlib-global-stdio-streams | false | Enable global stdio streams …
111 | newlib-have-fcntl | false | System has fcntl function available …
112 | newlib-io-float | false | Enable printf/scanf family float support …
113 | newlib-io-long-double | false | Enable long double type support in IO functions printf/sc…
114 | newlib-nano-formatted-io | false | Use nano version formatted IO …
115 | newlib-reent-small | false | Enable small reentrant struct support …
117 | newlib-unbuf-stream-opt | false | Enable unbuffered stream optimization in streamio …
118 | newlib-wide-orient | false | Turn off wide orientation in streamio …
129 | newlib-iconv-external-ccs | false | Use file system to store iconv tables. Requires fopen. (d…
138 | newlib-locale-info | false | Enable locale support …
139 | newlib-locale-info-extended | false | Enable even more locale support …
140 | newlib-mb | false | Enable multibyte support …
150 | newlib-atexit-dynamic-alloc | false | Enable dynamic allocation of atexit entries …
151 …lobal-atexit | false | Enable atexit data structure as global, instead of in TLS. <br> If…
154 | newlib-register-fini | false | Enable finalization function registration using atexit …
155 | crt-runtime-size | false | Compute .data/.bss sizes at runtime rather than linktime.…
170 | newlib-global-errno | false | Use single global errno even when thread-local-storage=tr…
209 | newlib-long-time_t | false | Define time_t to long instead of using a 64-bit type …
210 | newlib-supplied-syscalls | false | Enable newlib supplied syscalls (obsolete) …
211 | newlib-reentrant-syscalls-provided| false| Underlying system provides reentrant syscall API …
212 | newlib-missing-syscall-names| false | Underlying system provides syscall names without leading …
234 | want-math-errno | false | Set errno when exceptions occur |