Searched +full:- +full:dtinystdio (Results 1 – 8 of 8) sorted by relevance
1 needs: cache-maker2 runs-on: ubuntu-latest9 …-Dio-float-exact=false -Dio-long-long=true -Dio-percent-b=true -Dio-long-double=true -Dnewlib-obso…10 …"-Dformat-default=integer -Dfreestanding=true -Dposix-io=false -Dnewlib-obsolete-math=true -Dwant-…13 "-Dtinystdio=false",14 …-Dtinystdio=false -Dnewlib-io-float=true -Dio-long-long=true -Dio-long-double=true -Dnewlib-fvwrit…
6 - main9 - main14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}15 cancel-in-progress: true18 # .github/do-zephyr --buildtype release22 DOCKERFILE: picolibc/.github/Dockerfile-zephyr23 IMAGE_FILE: dockerimg-zephyr.tar.zst25 PACKAGES_FILE: picolibc/.github/zephyr-packages.txt26 EXTRA_FILE: picolibc/.github/zephyr-files.txt29 cache-maker:[all …]
6 - main9 - main14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}15 cancel-in-progress: true22 IMAGE_FILE: dockerimg-linux.tar.zst23 IMAGE: picolibc-linux24 PACKAGES_FILE: picolibc/.github/linux-packages.txt25 EXTRA_FILE: picolibc/.github/linux-files.txt28 cache-maker:29 runs-on: ubuntu-latest[all …]
3 DIR=build-"$TARGET"4 CONFIGURE=do-"$TARGET"-configure11 ANALYZER="-Danalyzer=true"26 *-Dtinystdio=false*)32 trap 'rm -rf "$DIR"' 0 1 1535 echo '##########' ../scripts/"$CONFIGURE" -Dwerror=true $ANALYZER "$@"37 ../scripts/"$CONFIGURE" -Dwerror=true $ANALYZER "$@"48 cat meson-logs/*52 cat meson-logs/*53 ninja && meson test -t 20 -v) || exit 1
3 DIR=build-"$TARGET"4 CONFIGURE=do-"$TARGET"-configure7 ANALYZER="-Danalyzer=true"22 *-Dtinystdio=false*)28 trap 'rm -rf "$DIR"' 0 1 1531 echo '##########' ../scripts/"$CONFIGURE" -Dwerror=true $ANALYZER "$@"33 ../scripts/"$CONFIGURE" -Dwerror=true $ANALYZER "$@"44 cat meson-logs/*48 cat meson-logs/*49 ninja && meson test -t 20 -v) || exit 1
3 DIR=build-"$TARGET"4 CONFIGURE=do-"$TARGET"-configure11 ANALYZER="-Danalyzer=true"13 CDEFS="-Dtests-cdefs=true"29 *-Dtinystdio=false*)35 trap 'rm -rf "$DIR"' 0 1 1538 echo '##########' ../scripts/"$CONFIGURE" -Dwerror=true $ANALYZER $CDEFS "$@"40 ../scripts/"$CONFIGURE" -Dwerror=true $ANALYZER $CDEFS "$@"51 cat meson-logs/*55 cat meson-logs/*
3 # SPDX-License-Identifier: BSD-3-Clause52 CROSS="$DIR"/cross-"$ARCH".txt54 if [ -f "$CROSS" ]; then61 # 'clang-' prefix uses clang instead of gcc64 clang-*)65 ARCH=$(echo "$ARCH" | sed 's/clang-//')70 *-Dio-long-double=true*)72 *rv[36][24]*|*riscv*|*aarch64*|*power9-fp128*|*sparc*)74 *-Dtinystdio=false*)75 echo "io-long-double for legacy stdio not supported on riscv, aarch64, power-fp128 or sparc"[all …]
5 needed by the application. The format-string based interface to19 that to add --defsym options when linking. This means the preprocessor25 * Printf uses within picolibc (which are all integer-only) now share27 integer-only and float versions30 work even when using integer-only or float printf functions.32 Because the linker gets --defsym flags for both vfprintf and vfscanf,35 picolibc.specs includes the --gc-sections linker flag. This causes39 However, the defsym approach does not work with link-time49 the picolibc built-time option, `-Dformat-default`, which defaults to54 `-Dformat-default=double`). This offers full printf functionality,[all …]