diff options
Diffstat (limited to 'config/libc/avr-libc.in')
-rw-r--r-- | config/libc/avr-libc.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/libc/avr-libc.in b/config/libc/avr-libc.in index ade44540..ac037b71 100644 --- a/config/libc/avr-libc.in +++ b/config/libc/avr-libc.in @@ -1,9 +1,13 @@ # avr-libc options +# Do not canonicalize the target tuple: avr-libc requires a non-canonical "avr" target. +# ## depends on ARCH_AVR ## depends on BARE_METAL ## ## select LIBC_SUPPORT_THREADS_NONE +## select OMIT_TARGET_VENDOR +## select TARGET_SKIP_CONFIG_SUB ## ## 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 |