Searched +full:cmake +full:- +full:linux (Results 1 – 7 of 7) sorted by relevance
2 make-workflow \4 variants-cmake \6 targets-cmake-linux \7 steps-head \8 steps-cmake \9 steps-minsize \10 steps-release12 all: linux.yml zephyr.yml14 linux.yml: $(LINUX_DEPS)15 ./make-workflow > $@[all …]
2 "./.github/do-cmake-linux -DCMAKE_BUILD_TYPE=RelWithDebInfo",3 "./.github/do-cmake-linux -DCMAKE_BUILD_TYPE=MinSizeRel",
1 name: Linux6 - main9 - main14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}15 cancel-in-progress: true18 # CCache is disabled for the Linux jobs for now.22 IMAGE_FILE: dockerimg-linux.tar.zst23 IMAGE: picolibc-linux24 PACKAGES_FILE: picolibc/.github/linux-packages.txt25 EXTRA_FILE: picolibc/.github/linux-files.txt[all …]
5 for build in cmake; do6 for arch in linux; do7 echo " $build-$arch:"8 cat variants-$build9 cat targets-$build-$arch10 cat steps-head11 cat steps-$build16 for arch in linux; do17 echo " $build-$arch:"19 cat targets-$arch[all …]
1 build-essential3 cmake5 ninja-build7 libx32gcc-14-dev8 lib32gcc-14-dev9 gcc-i686-linux-gnu10 libc6-dev-i386-cross11 gcc-arm-none-eabi12 gcc-riscv64-unknown-elf13 gcc-aarch64-linux-gnu[all …]
2 Copyright © 2018-2023 Keith Packard7 [AVR Libc](https://www.nongnu.org/avr-libc/).11 * 19 from Newlib, none of the GPL-related bits used to build the library20 are left in the repository, so all of the source code uses BSD-like21 licenses, a mixture of 2- and 3- clause BSD itself and a variety of24 There are two files used for testing printf, test/printf-tests.c and32 license information in the Debian standard machine-readable format. It33 was generated using the make-copyrights and find-copyright41 * ARC (32- and 64- bit)[all …]
1 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/2 Upstream-Name: picolibc3 Upsream-Contact: Keith Packard <keithp@keithp.com>6 License: BSD3-110 License: Default-113 Copyright: 2019-2022 Keith Packard14 License: BSD3-118 License: BSD3-121 Copyright: 2022 R. Diez - Licensed under the GNU AGPLv322 License: AGPL3-1[all …]