Searched refs:options (Results 1 – 21 of 21) sorted by relevance
/picolibc-latest/scripts/ |
D | run-riscv | 72 options="i" 73 test "${archstring#*_m}" != "$archstring" && options="$options m" 74 test "${archstring#*_a}" != "$archstring" && options="$options a" 75 test "${archstring#*_f}" != "$archstring" && options="$options f" 76 test "${archstring#*_d}" != "$archstring" && options="$options d" 77 test "${archstring#*_c}" != "$archstring" && options="$options c" 81 if [ -z "$options" ]; then 82 options="$(echo "$elf" | sed 's/.*rv[36][24]\([a-z]*\)_.*$/\1/' | sed 's/\(.\)/\1 /g')" 104 if echo "$options" | grep -q "$o"; then
|
D | test-picolibc | 10 options="-Dwant-math-errno=true -Dio-long-double=true -Dwerror=true -Dnewlib-mb=true" 11 minoptions="$options" 12 reloptions="$options --buildtype=release -Dbuild-type-subdir=release -Dwerror=true" 23 echo '####' ../../scripts/do-$arch-configure $options 26 $test ../../scripts/do-$arch-configure $options 44 options="-Dwerror=true" 45 minoptions="$options --buildtype=minsize" 46 reloptions="$options --buildtype=release -Dpicolibc-buildtype=release"
|
D | GeneratePicolibcCrossFile.sh | 48 $SCRIPT_NAME [options]
|
/picolibc-latest/newlib/libc/iconv/ces/ |
D | mkdeps.pl | 76 my %options; 91 getopts ("${help_opt}${verbose_opt}${infile_opt}:", \%options) 94 if ($options{$help_opt}) 105 $infile = $options{$infile_opt} ? $options{$infile_opt} : $default_infile; 106 $verbose = $options{$verbose_opt} ? 1 : 0;
|
/picolibc-latest/cmake/ |
D | picolibc.cmake | 115 list(APPEND options ${flag}) 118 set(${var} ${options} PARENT_SCOPE) 135 _picolibc_supported_compile_options(options ${ARGN}) 136 set(PICOLIBC_COMPILE_OPTIONS ${PICOLIBC_COMPILE_OPTIONS} ${options} PARENT_SCOPE)
|
/picolibc-latest/doc/ |
D | build.md | 22 ## Selecting build options 25 the default value. Many of these options set configuration values for 29 ### General build options argument 31 These options control some general build configuration values. 53 These options extend support in printf and scanf for additional 71 These options apply when tinystdio is enabled, which is the 102 malloc calls at runtime. These options are relevant only in that 120 ### Internationalization options argument 122 These options control which character sets are supported by iconv. 133 These options control how much Locale support is included in the [all …]
|
D | locking.md | 29 ## Configuration options controlling locking 31 There are two configuration options related to locking: 39 Picolibc inherits these options from newlib, and they're so
|
D | printf.md | 19 that to add --defsym options when linking. This means the preprocessor 138 Here's an example program to experiment with these options: 146 Now we can build and run it with the double options: 206 ## Picolibc build options for printf and scanf options 208 In addition to the application build-time options, picolibc includes a 209 number of picolibc build-time options to control the feature set (and 263 picolibc build options for that code: 276 code, the first step is to build picolibc with the right options. The
|
D | testing.md | 6 so all you need is the right compile options. They're mostly the same
|
/picolibc-latest/zephyr/ |
D | zephyr.cmake | 73 # Map Zephyr options to Picolibc options
|
/picolibc-latest/newlib/libc/machine/mep/ |
D | setjmp.S | 22 # options.
|
/picolibc-latest/newlib/ |
D | README | 174 build, host, and target options given to the top-level configure script must 177 The build system shifts the options according to these correspondences: 187 `configure' options 190 Here is a summary of the `configure' options and arguments that are 192 options not listed here. 199 You may introduce options with a single `-' rather than `--' if you 243 options so that library features can be turned on/off according to 338 `mallocr.c' and the other one in `nano-mallocr.c'. This options 452 The following configuration options are ignored for non-wide-char
|
D | HOWTO | 29 (A couple of examples that use some of the fancier options: 143 * configure.ac: The main configure script for supporting all Newlib options. 248 should be consistent regardless of what configure options are used (including 250 at all times. If inclusion of chapters depended on specific configure options, 251 it would be difficult to find the set of options necessary to produce the 253 options are incompatible). Since documentation chapters & APIs are declared in 265 options to configure for users, and takes care of calling ../config-ml.in
|
D | NEWS | 274 * new configuration options controlling long long, long double support 275 * ability of configuration options to override platform defaults 370 * m68k targets support --disable options to avoid building unwanted versions 378 These options have *no* effect on the default libraries, so if the default
|
D | ChangeLog-2015 | 1799 options is not __RL78_64BIT_DOUBLES__. 1849 -D__DYNAMIC_REENT__ and -DMALLOC_PROVIDED compiler options for TIRTOS 2802 configuration options. 8907 arguments better for long options and short options not 11380 options to reduce size. 13562 * acinclude.m4: Move iconv options into configure.in. 13565 * configure.in: Add iconv options. 13857 * configure.in: Add new configuration options 13861 * configure.host: Add checks for new configuration options. Also 13864 Remove defining compiler flags for the _WANT_IO* options. [all …]
|
/picolibc-latest/newlib/doc/ |
D | makedocbook.py | 837 options = OptionParser() variable 838 options.add_option('-v', '--verbose', action='count', dest='verbose', default=0) 839 (opts, args) = options.parse_args()
|
/picolibc-latest/ |
D | meson_options.txt | 111 # Testing options 214 # Internationalization options 240 # Startup/shutdown options 291 # Math options 309 # Obsolete newlib options
|
D | meson.build | 69 # these options are required for all C compiler operations, including 273 # Shared stdio options 303 # tinystdio options 454 # A bunch of newlib-stdio only options 464 # Check for a bunch of newlib-stdio only options and complain 661 # --picolibc-buildtype options, system-root vs absolute paths and 667 # when neither of these options is specifed). 685 # How to glue the three options together 720 # Build the non-multilib *startfile options 757 # Build the multilib *startfile options [all …]
|
D | README.md | 214 right options. 337 variety to satisfy the Zephyr cbprintf options without needing to 469 options work. 581 With this, you can use picolibc without any extra compiler options. 664 2. Automatically include '-nostdlib' to options used while
|
/picolibc-latest/newlib/libc/iconv/ |
D | iconv.tex | 13 * iconv configuration:: iconv-related configure script options 822 configure script options. 829 time (see the section about the configure script options). 832 In addition, the Newlib iconv library configure options distinguish between 844 select between them using configure script options. The 895 options: 945 names are used in configure script options. 1351 The following are 'mktbl.pl' options which were used to generate .cct 1367 @option{-i jis_x0208_1990.txt -x 2 -y 3} options were used. 1371 options were used. [all …]
|
/picolibc-latest/hello-world/ |
D | README.md | 50 processor with the 'imac' options (integer, multiply, atomics,
|