Home
last modified time | relevance | path

Searched +full:do +full:- +full:cmake +full:- +full:linux (Results 1 – 5 of 5) sorted by relevance

/picolibc-latest/.github/workflows/
Dlinux.yml1 name: Linux
6 - main
9 - main
12 # do not define head_ref, so use run_id to never cancel those jobs.
14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
15 cancel-in-progress: true
18 # CCache is disabled for the Linux jobs for now.
22 IMAGE_FILE: dockerimg-linux.tar.zst
23 IMAGE: picolibc-linux
24 PACKAGES_FILE: picolibc/.github/linux-packages.txt
[all …]
Dtargets-cmake-linux2 "./.github/do-cmake-linux -DCMAKE_BUILD_TYPE=RelWithDebInfo",
3 "./.github/do-cmake-linux -DCMAKE_BUILD_TYPE=MinSizeRel",
Dmake-workflow5 for build in cmake; do
6 for arch in linux; do
7 echo " $build-$arch:"
8 cat variants-$build
9 cat targets-$build-$arch
10 cat steps-head
11 cat steps-$build
15 for build in minsize release; do
16 for arch in linux; do
17 echo " $build-$arch:"
[all …]
/picolibc-latest/
DREADME.md2 Copyright © 2018-2023 Keith Packard
7 [AVR Libc](https://www.nongnu.org/avr-libc/).
11 * ![Linux](https://github.com/picolibc/picolibc/workflows/Linux/badge.svg?branch=main)
19 from Newlib, none of the GPL-related bits used to build the library
20 are left in the repository, so all of the source code uses BSD-like
21 licenses, a mixture of 2- and 3- clause BSD itself and a variety of
24 There are two files used for testing printf, test/printf-tests.c and
32 license information in the Debian standard machine-readable format. It
33 was generated using the make-copyrights and find-copyright
41 * ARC (32- and 64- bit)
[all …]
DCOPYING.picolibc1 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2 Upstream-Name: picolibc
3 Upsream-Contact: Keith Packard <keithp@keithp.com>
6 License: BSD3-1
10 License: Default-1
13 Copyright: 2019-2022 Keith Packard
14 License: BSD3-1
18 License: BSD3-1
21 Copyright: 2022 R. Diez - Licensed under the GNU AGPLv3
22 License: AGPL3-1
[all …]