Lines Matching full:build
9 Build status:
19 from Newlib, none of the GPL-related bits used to build the library
53 There is also build infrastructure and continuous build validation,
63 1. newlib/libc/machine/_architecture_/meson.build to build the
75 3. newlib/libm/machine/_architecture_/meson.build to build any
78 4. picocrt/machine/_architecture_ source code and build bits
102 changes in the build system and per-thread data storage, the bulk of
125 * [Building Picolibc](doc/build.md). Explains how to compile picolibc yourself.
130 * [Hello World](hello-world/README.md). Build and run a stand-alone C
152 * Fixed a bunch of build issues found by Zephyr.
180 * Add mips64 support and build the library during CI.
197 * Stop using -include picolibc.h during library build.
200 build flags. Fix a rather large pile of missing prototypes caused
243 * Provide a build-time option to enable %n in printf. This is
338 build the library from scratch.
419 don't build with exception support.
473 * Fix cmake build system to auto-detect compiler characteristics
477 * Fix cmake build system to leave out TLS support when TLS is
500 * Build and install static library versions of the crt0 startup
518 * Improve arc and xtensa support, adding TLS helpers and other build fixes
543 code now detects all of that at compile time rather than build time
561 can now build and run the dhrystone benchmark without any further
609 2. Fix out-of-source CMake build (thanks Max Behensky)
611 3. Improve build.md docs (thanks Kalle Raiskila)
613 4. Fix cmake build for various architectures
652 9. Add enough cmake support to allow Zephyr to build picolibc as a
665 evaluating build rules to ensure tests work as expected.
672 1. Fix build on big-endian systems (thanks to Thomas Daede)
676 3. Fix build issues with ARM Cortex-a9 target (thanks to Ilia
703 13. Support for multiple build-styles of picolibc (minsize/release)
723 to isolate picolibc build scripts from the vagaries of meson
733 1. Clean up meson build bits, including use of 'fs module (thanks to
739 3. Reduce use of intermediate static libraries during build
901 3. A few clang build fixes, including libm exception generation
913 9. Build fixes to reliably replace generic code with
916 With a patch which is pending for GCC 11, we'll be able to build C++
942 8. Improve build portability to Windows. Picolibc should now build
1184 4. Switch build system to meson. This has two notable benefits; the first
1186 it isolates build system changes from newlib making merging of