crosstool-ng/config/comp_libs/picolibc.in
Joakim Nohlgård 1a362b5607 picolibc: Add configuration to select picolibc as the system libc
This moves the picolibc configuration values under C-library -> picolibc
so that they will be more easily discovered.

Signed-off-by: Joakim Nohlgård <joakim@nohlgard.se>
2023-03-08 16:54:12 +13:00

33 lines
1.2 KiB
Plaintext

# picolibc companion library options
## no-package
## depends on BARE_METAL && CONFIGURE_has_meson && CONFIGURE_has_ninja
## depends on !LIBC_PICOLIBC
## select LIBC_PICOLIBC_SHOW
## help This option adds Picolibc to an existing configuration which may have
## help a C library, allowing you to install both and select between them
## help when compiling applications using the toolchain
## help
## help Picolibc is a C library intended for use on embedded systems. It is a
## help conglomeration of several library parts, all under BSD-compatible software
## help licenses that make them easily usable on embedded products.
## help
## help Configuration for picolibc can be found under:
## help -> C-library
## help -> picolibc
config LIBC_PICOLIBC_GCC_LIBSTDCXX
bool
prompt "Compile companion libstdc++ picolibc variant"
default y
depends on CC_LANG_CXX
help
This option compiles an additional target libstdc++ for use with
the picolibc companion library. This version is linked when
"--specs=picolibcpp.specs" is specified.
comment "Configuration for picolibc can be found under"
comment "* -> C-library"
comment "* -> picolibc"