Home
last modified time | relevance | path

Searched +full:2 +full:- +full:linux +full:- +full:x86_64 (Results 1 – 12 of 12) sorted by relevance

/picolibc-3.7.0-3.6.0/scripts/
Dcross-x86_64-linux-gnu.txt2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
3 # so we have to add -nostdlib to the compiler configuration itself or
5 # requires at least version 0.54.2 of meson.
6 c = ['ccache', 'x86_64-linux-gnu-gcc', '-march=core2', '-mfpmath=sse', '-msse2', '-fno-pic', '-fno-
7 ar = 'x86_64-linux-gnu-ar'
8 as = 'x86_64-linux-gnu-as'
9 nm = 'x86_64-linux-gnu-nm'
10 strip = 'x86_64-linux-gnu-strip'
11 objcopy = 'x86_64-linux-gnu-objcopy'
13 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-x86_64 "$@"', 'run-x86_64']
[all …]
Dcross-x86-linux-gnu.txt2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
3 # so we have to add -nostdlib to the compiler configuration itself or
5 # requires at least version 0.54.2 of meson.
6 c = ['ccache', 'x86_64-linux-gnu-gcc', '-march=core2', '-mfpmath=sse', '-msse2', '-fno-pic', '-fno-
7 ar = 'x86_64-linux-gnu-ar'
8 as = 'x86_64-linux-gnu-as'
9 nm = 'x86_64-linux-gnu-nm'
10 strip = 'x86_64-linux-gnu-strip'
11 objcopy = 'x86_64-linux-gnu-objcopy'
13 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-x86 "$@"', 'run-x86']
[all …]
Dcross-x86_64-zephyr-elf.txt2 # Meson 0.53.2 doesn't use any cflags when doing basic compiler tests,
3 # so we have to add -nostdlib to the compiler configuration itself or
5 # requires at least version 0.54.2 of meson.
6 c = ['ccache', 'x86_64-zephyr-elf-gcc', '-m32', '-msoft-float', '-fno-pic', '-fno-PIE', '-static', …
7 ar = 'x86_64-zephyr-elf-ar'
8 as = 'x86_64-zephyr-elf-as'
9 nm = 'x86_64-zephyr-elf-nm'
10 strip = 'x86_64-zephyr-elf-strip'
11 objcopy = 'x86_64-zephyr-elf-objcopy'
13 exe_wrapper = ['sh', '-c', 'test -z "$PICOLIBC_TEST" || run-i386 "$@"', 'run-i386']
[all …]
Ddo-x86_64-configure3 # SPDX-License-Identifier: BSD-3-Clause
14 # 2. Redistributions in binary form must reproduce the above
36 exec "$(dirname "$0")"/do-configure x86_64-linux-gnu -Dtests=true -Dtests-enable-posix-io=false -Dm…
/picolibc-3.7.0-3.6.0/.github/workflows/
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 …]
Dsteps-head2 - name: Clone picolibc
7 - name: Restore the Docker Image
11 … key: ${{ env.IMAGE_FILE }}-${{ hashFiles( env.DOCKERFILE, env.PACKAGES_FILE, env.EXTRA_FILE ) }}
12 fail-on-cache-miss: true
14 - name: Load and Check the Docker Image
16 docker load -i $IMAGE_FILE
17 docker images -a $IMAGE
22 - name: install ccache
23 if: matrix.test == './.github/do-zephyr'
25 …wget -nv https://github.com/ccache/ccache/releases/download/v4.8.2/ccache-4.8.2-linux-x86_64.tar.xz
[all …]
Dzephyr.yml6 - main
9 - main
14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
15 cancel-in-progress: true
18 # .github/do-zephyr --buildtype release
22 DOCKERFILE: picolibc/.github/Dockerfile-zephyr
23 IMAGE_FILE: dockerimg-zephyr.tar.zst
25 PACKAGES_FILE: picolibc/.github/zephyr-packages.txt
26 EXTRA_FILE: picolibc/.github/zephyr-files.txt
29 cache-maker:
[all …]
/picolibc-3.7.0-3.6.0/.github/
DDockerfile-zephyr4 COPY .github/zephyr-packages.txt /
6 COPY .github/zephyr-files.txt /
8 COPY .github/zephyr-setup /
10 RUN apt-get update && \
11 apt-get install -y --no-install-recommends ca-certificates wget gnupg && \
12 (apt-get update || apt-get update || apt-get update) && \
13 (apt-get upgrade -y || apt-get upgrade -y || apt-get upgrade -y) && \
14 (xargs -a zephyr-packages.txt apt-get install -y --no-install-recommends || \
15 xargs -a zephyr-packages.txt apt-get install -y --no-install-recommends || \
16 xargs -a zephyr-packages.txt apt-get install -y --no-install-recommends || \
[all …]
/picolibc-3.7.0-3.6.0/newlib/
DNEWS3 - long double support for i386, aarch64, and x86_64 added from FreeBSD
4 - RISC-V Zfinx/Zdinx extension support
5 - wildcard support added to allow arbitrary include dirs to be specified for a platform
6 - Xtensa port added
7 - printf family helper functions split out into separate files to save space when linking
8 - wide-oriented I/O fixes including proper split of byte and wide-oriented stdio functions
9 - support added for RISC-V long double math
10 - fixes for c99/gcc-14 warnings treated as errors in multiple platforms
15 - remove i?86-pc-linux-gnu support
16 - remove decstation & sunos support
[all …]
DChangeLog-20151 2015-12-21 Freddie Chopin <freddie.chopin@gmail.com>
6 2015-12-21 Freddie Chopin <freddie.chopin@gmail.com>
17 2015-12-17 Anton Kolesov <Anton.Kolesov@synopsys.com>
20 * libc/machine/arc/memcmp-bs-norm.S: Use new GCC defines to detect
23 * libc/machine/arc/memcpy-archs.S: Likewise.
24 * libc/machine/arc/memcpy-bs.S: Likewise.
25 * libc/machine/arc/memcpy.S: Likewise. * libc/machine/arc/memset-archs.S: Likewise.
26 * libc/machine/arc/memset-archs.S: Likewise.
27 * libc/machine/arc/memset-bs.S: Likewise.
30 * libc/machine/arc/strchr-bs-norm.S: Likewise.
[all …]
/picolibc-3.7.0-3.6.0/
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
25 test/testcases.c which are licensed under the GPL version 2 or
32 license information in the Debian standard machine-readable format. It
33 was generated using the make-copyrights and find-copyright
[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 …]