summaryrefslogtreecommitdiff
path: root/samples/arm-picolibc-eabi
AgeCommit message (Collapse)AuthorFilesLines
2021-01-12picolibc: Build libstdc++ against picolibc if requestedKeith Packard1-0/+1
This uses the gcc support for building libstdc++ using alternate lib header files. Signed-off-by: Keith Packard <keithp@keithp.com>
2021-01-09picolibc: Convert to companion libraryKeith Packard1-4/+2
This allows configurations to include picolibc without excluding another C library. Signed-off-by: Keith Packard <keithp@keithp.com>
2020-09-01Add picolibc support [v2]Keith Packard2-0/+15
This adds support for using picolibc instead of newlib on embedded systems. Signed-off-by: Keith Packard <keithp@keithp.com> v2: Add check for meson and ninja Sync option default values with current picolibc defaults Remove xtensa sys header file install as those aren't in picolibc