2015-06-21 23:53:06 +00:00
|
|
|
# avr-libc options
|
|
|
|
|
2017-07-06 07:25:30 +00:00
|
|
|
## depends on ARCH_AVR
|
2015-06-21 23:53:06 +00:00
|
|
|
## 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.
|
|
|
|
|
2017-05-27 07:01:49 +00:00
|
|
|
source "config/versions/avr-libc.in"
|
2017-07-05 02:19:42 +00:00
|
|
|
|
|
|
|
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.
|