summaryrefslogtreecommitdiff
path: root/config/libc/avr-libc.in
blob: ade4454056543d86febfe3b282e5ff9d94c086dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# avr-libc options

## depends on ARCH_AVR
## depends on 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.