Lines Matching +full:- +full:dnewlib +full:- +full:iconv +full:- +full:external +full:- +full:ccs
6 - 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",
29 "-Dformat-default=integer",
30 "-Dformat-default=float",
33 "-Dnewlib-nano-malloc=false",
36 "-Dnewlib-locale-info=true -Dnewlib-locale-info-extended=true -Dnewlib-mb=true",
38 # Iconv configurations
39 "-Dnewlib-iconv-external-ccs=true"
42 "./.github/do-test native -Dnative-tests=false -Dtests-enable-posix-io=false",
46 - name: 'Clone picolibc'
49 - name: 'Setup python'
50 uses: actions/setup-python@v1
52 python-version: '3.x'
54 - name: 'Install meson and ninja'
57 - name: 'MacOS test'