mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 13:23:08 +00:00
9fdb93cce0
This allows us to include the component-to-package relation in the generated kconfig files and make use of that information in the show-config.sh script. Signed-off-by: Alexey Neyman <stilor@att.net>
18 lines
541 B
Plaintext
18 lines
541 B
Plaintext
# avr-libc options
|
|
|
|
## depends on ARCH_AVR
|
|
## depends on ! LINUX && ! WINDOWS && BARE_METAL
|
|
##
|
|
## select LIBC_SUPPORT_THREADS_NONE
|
|
##
|
|
## help The AVR Libc package provides a subset of the standard C library for
|
|
## help Atmel AVR 8-bit RISC microcontrollers. In addition, the library
|
|
## help provides the basic startup code needed by most applications.
|
|
|
|
config LIBC_AVR_LIBC_EXTRA_CONFIG_ARRAY
|
|
string
|
|
prompt "Extra config for avr-libc"
|
|
default ""
|
|
help
|
|
Extra flags to pass onto ./configure when configuring the avr-libc.
|