Home
last modified time | relevance | path

Searched +full:- +full:dnewlib +full:- +full:locale +full:- +full:info +full:- +full:extended (Results 1 – 3 of 3) 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…
20 # Locale, iconv, original malloc and original atexit/onexit configurations
21 …"-Dnewlib-locale-info=true -Dnewlib-locale-info-extended=true -Dnewlib-mb=true -Dnewlib-iconv-exte…
[all …]
Dmacos.yml6 - main
9 - main
13 runs-on: macos-latest
20 "-Dnewlib-obsolete-math=false",
21 "-Dnewlib-obsolete-math=false -Dwant-math-errno=true",
22 "-Dnewlib-obsolete-math-float=true -Dnewlib-obsolete-math-double=false",
23 "-Dnewlib-obsolete-math=true",
24 "-Dnewlib-obsolete-math=true -Dwant-math-errno=true",
27 "-Dio-float-exact=false",
28 "-Dio-long-long=true",
[all …]