Home
last modified time | relevance | path

Searched +full:ccache +full:- +full:4 (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/
DCMakeLists.txt2 # SPDX-License-Identifier: BSD-3-Clause
49 find_program(CCACHE_PROGRAM ccache)
51 message(STATUS "Using ccache: ${CCACHE_PROGRAM}")
81 # Use atomics for fgetc/ungetc for re-entrancy
128 set(TLS_MODEL "local-exec")
206 # Compiler has support for flag to prevent mis-optimizing memcpy/memset patterns
371 option(_MB_CAPABLE "Enable multi-byte support" OFF)
417 option(_WANT_IO_WCHAR "Support %ls/%lc formats in printf even without multi-byte" OFF)
458 # Obsoleted. Define time_t to long instead of using a 64-bit type
478 set(_ELIX_LEVEL 4)
[all …]
DREADME.md2 Copyright © 2018-2023 Keith Packard
7 [AVR Libc](https://www.nongnu.org/avr-libc/).
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)
42 * ARM (32- and 64- bit)
[all …]