Home
last modified time | relevance | path

Searched +full:- +full:dwant +full:- +full:math +full:- +full:errno (Results 1 – 6 of 6) sorted by relevance

/picolibc-latest/.github/
Ddo-arm2 set -e
4 "$HERE"/do-test native -Dnative-tests=false -Dtests-enable-posix-io=false
5-test native -Dnative-tests=false -Dtests-enable-posix-io=false -Dio-float-exact=false -Dio-long-l…
6 …o-test native -Dnative-tests=false -Dtests-enable-posix-io=false -Dformat-default=integer -Dposix-
/picolibc-latest/.github/workflows/
Dvariants1 needs: cache-maker
2 runs-on: ubuntu-latest
8 …# Tinystdio and math configurations, one with multithread disabled and with locale, original mallo…
9-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…
Dzephyr.yml6 - main
9 - main
14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
15 cancel-in-progress: true
18 # .github/do-zephyr --buildtype release
22 DOCKERFILE: picolibc/.github/Dockerfile-zephyr
23 IMAGE_FILE: dockerimg-zephyr.tar.zst
25 PACKAGES_FILE: picolibc/.github/zephyr-packages.txt
26 EXTRA_FILE: picolibc/.github/zephyr-files.txt
29 cache-maker:
[all …]
Dlinux.yml6 - main
9 - main
14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
15 cancel-in-progress: true
22 IMAGE_FILE: dockerimg-linux.tar.zst
23 IMAGE: picolibc-linux
24 PACKAGES_FILE: picolibc/.github/linux-packages.txt
25 EXTRA_FILE: picolibc/.github/linux-files.txt
28 cache-maker:
29 runs-on: ubuntu-latest
[all …]
/picolibc-latest/doc/
Dreleasing.md9 ** 32-bit x86
10 ** RISC-V
11 ** ARM 32-bit
12 ** ARM 64-bit (aarch64)
18 * 64-bit x86
19 * 32-bit x86
20 * RISC-V, all targets (qemu)
21 * ARM 32-bit, almost all targets (qemu)
22 * ARM 64-bit
24 3. Use glibc test suite for RISC-V and ARM 32-bit:
[all …]
/picolibc-latest/scripts/
Dtest-picolibc6 set -e
10 options="-Dwant-math-errno=true -Dio-long-double=true -Dwerror=true -Dnewlib-mb=true"
12 reloptions="$options --buildtype=release -Dbuild-type-subdir=release -Dwerror=true"
16 DIR=$PICOLIBC_DIR/builds/build-$arch-minsize
18 $test rm -rf $DIR
19 $test mkdir -p $DIR
23 echo '####' ../../scripts/do-$arch-configure $options
26 $test ../../scripts/do-$arch-configure $options
29 DIR=$PICOLIBC_DIR/builds/build-$arch-release
31 $test rm -rf $DIR
[all …]