Home
last modified time | relevance | path

Searched +full:- +full:dnewlib +full:- +full:retargetable +full:- +full:locking (Results 1 – 2 of 2) sorted by relevance

/picolibc-3.5.0-3.4.0/.github/workflows/
Dlinux.yml6 - main
9 - main
15 EXTRA_FILE: picolibc/.github/extra-files.txt
18 cache-maker:
19 runs-on: ubuntu-latest
21 - name: Clone picolibc
26 - name: Cache the Docker Image
31 key: ${{ env.IMAGE_FILE }}-${{ hashFiles( env.PACKAGES_FILE, env.EXTRA_FILE ) }}
33 - name: Set up Docker Buildx
34 if: steps.cache.outputs.cache-hit != 'true'
[all …]
Dvariants1 needs: cache-maker
2 runs-on: ubuntu-latest
9 "-Dnewlib-obsolete-math=false -Dwant-math-errno=true",
10 "-Dnewlib-obsolete-math=true -Dwant-math-errno=true",
13 "-Dio-float-exact=false -Dio-long-long=true -Dio-percent-b=true -Dio-long-double=true",
14 "-Dformat-default=integer -Dfreestanding=true",
17 "-Dtinystdio=false",
18 …"-Dtinystdio=false -Dnewlib-io-float=true -Dio-long-long=true -Dio-long-double=true -Dnewlib-fvwri…
21 …"-Dnewlib-locale-info=true -Dnewlib-locale-info-extended=true -Dnewlib-mb=true -Dnewlib-iconv-exte…
24 "-Dnewlib-multithread=false -Dnewlib-retargetable-locking=false",
[all …]