Home
last modified time | relevance | path

Searched full:xz (Results 1 – 7 of 7) sorted by relevance

/picolibc-3.7.0-3.6.0/.github/
Dzephyr-files.txt1 …om/zephyrproject-rtos/sdk-ng/releases/download/v0.16.3/toolchain_linux-x86_64_arc-zephyr-elf.tar.xz
2 …/zephyrproject-rtos/sdk-ng/releases/download/v0.16.3/toolchain_linux-x86_64_arc64-zephyr-elf.tar.xz
3 …project-rtos/sdk-ng/releases/download/v0.16.3/toolchain_linux-x86_64_microblazeel-zephyr-elf.tar.xz
4 …m/zephyrproject-rtos/sdk-ng/releases/download/v0.16.3/toolchain_linux-x86_64_mips-zephyr-elf.tar.xz
5 …/zephyrproject-rtos/sdk-ng/releases/download/v0.16.3/toolchain_linux-x86_64_nios2-zephyr-elf.tar.xz
6 …/zephyrproject-rtos/sdk-ng/releases/download/v0.16.3/toolchain_linux-x86_64_sparc-zephyr-elf.tar.xz
7 …zephyrproject-rtos/sdk-ng/releases/download/v0.16.3/toolchain_linux-x86_64_x86_64-zephyr-elf.tar.xz
8 …/sdk-ng/releases/download/v0.16.3/toolchain_linux-x86_64_xtensa-espressif_esp32s2_zephyr-elf.tar.xz
9 …os/sdk-ng/releases/download/v0.16.3/toolchain_linux-x86_64_xtensa-espressif_esp32_zephyr-elf.tar.xz
10 …s/sdk-ng/releases/download/v0.16.3/toolchain_linux-x86_64_xtensa-intel_ace15_mtpm_zephyr-elf.tar.xz
[all …]
Dlinux-files.txt2 https://maps.altusmetrum.org/qemu-m68k.tar.xz
3 https://maps.altusmetrum.org/m68k-unknown-elf.tar.xz
4 https://maps.altusmetrum.org/msp430-unknown-elf.tar.xz
5 https://maps.altusmetrum.org/sh-unknown-elf-1.tar.xz
6 https://maps.altusmetrum.org/qemu-arm.tar.xz
DDockerfile-zephyr38 …d0e1b1 https://github.com/ccache/ccache/releases/download/v4.8.2/ccache-4.8.2-linux-x86_64.tar.xz /
39 RUN tar xf ccache-4.8.2-linux-x86_64.tar.xz -C /usr/bin --strip-components=1 --no-same-owner ccache…
40 rm -f ccache-*-linux-x86_64.tar.xz
/picolibc-3.7.0-3.6.0/.github/workflows/
Dlinux.yml95 …wget -nv https://github.com/ccache/ccache/releases/download/v4.8.2/ccache-4.8.2-linux-x86_64.tar.xz
96 …sudo tar xf ccache-4.8.2-linux-x86_64.tar.xz -C /usr/bin --strip-components=1 --no-same-owner ccac…
97 rm -f ccache-*-linux-x86_64.tar.xz
155 …wget -nv https://github.com/ccache/ccache/releases/download/v4.8.2/ccache-4.8.2-linux-x86_64.tar.xz
156 …sudo tar xf ccache-4.8.2-linux-x86_64.tar.xz -C /usr/bin --strip-components=1 --no-same-owner ccac…
157 rm -f ccache-*-linux-x86_64.tar.xz
215 …wget -nv https://github.com/ccache/ccache/releases/download/v4.8.2/ccache-4.8.2-linux-x86_64.tar.xz
216 …sudo tar xf ccache-4.8.2-linux-x86_64.tar.xz -C /usr/bin --strip-components=1 --no-same-owner ccac…
217 rm -f ccache-*-linux-x86_64.tar.xz
Dsteps-head25 …wget -nv https://github.com/ccache/ccache/releases/download/v4.8.2/ccache-4.8.2-linux-x86_64.tar.xz
26 …sudo tar xf ccache-4.8.2-linux-x86_64.tar.xz -C /usr/bin --strip-components=1 --no-same-owner ccac…
27 rm -f ccache-*-linux-x86_64.tar.xz
Dzephyr.yml101 …wget -nv https://github.com/ccache/ccache/releases/download/v4.8.2/ccache-4.8.2-linux-x86_64.tar.xz
102 …sudo tar xf ccache-4.8.2-linux-x86_64.tar.xz -C /usr/bin --strip-components=1 --no-same-owner ccac…
103 rm -f ccache-*-linux-x86_64.tar.xz
161 …wget -nv https://github.com/ccache/ccache/releases/download/v4.8.2/ccache-4.8.2-linux-x86_64.tar.xz
162 …sudo tar xf ccache-4.8.2-linux-x86_64.tar.xz -C /usr/bin --strip-components=1 --no-same-owner ccac…
163 rm -f ccache-*-linux-x86_64.tar.xz
/picolibc-3.7.0-3.6.0/test/libc-testsuite/
Dstrtol.c129 TEST(l, strtol(s="0xz", &c, 16), 0, "%ld != %ld"); in test_strtol()