Home
last modified time | relevance | path

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

/picolibc-latest/.github/workflows/
DMakefile2 make-workflow \
4 variants-cmake \
6 targets-cmake-linux \
7 steps-head \
8 steps-cmake \
9 steps-minsize \
10 steps-release
12 all: linux.yml zephyr.yml
14 linux.yml: $(LINUX_DEPS)
15 ./make-workflow > $@
[all …]
Dtargets-cmake-linux2 "./.github/do-cmake-linux -DCMAKE_BUILD_TYPE=RelWithDebInfo",
3 "./.github/do-cmake-linux -DCMAKE_BUILD_TYPE=MinSizeRel",
Dlinux.yml1 name: Linux
6 - main
9 - main
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
25 EXTRA_FILE: picolibc/.github/linux-files.txt
[all …]
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
16 for arch in linux; do
17 echo " $build-$arch:"
19 cat targets-$arch
[all …]
/picolibc-latest/.github/
Dlinux-packages.txt1 build-essential
3 cmake
5 ninja-build
7 libx32gcc-14-dev
8 lib32gcc-14-dev
9 gcc-i686-linux-gnu
10 libc6-dev-i386-cross
11 gcc-arm-none-eabi
12 gcc-riscv64-unknown-elf
13 gcc-aarch64-linux-gnu
[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 …]