mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 21:07:54 +00:00
1a362b5607
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>
33 lines
1.2 KiB
Plaintext
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"
|