diff options
author | Martin Lund" <mgl@doredevelopment.dk> | 2009-05-23 18:46:42 +0000 |
---|---|---|
committer | Martin Lund" <mgl@doredevelopment.dk> | 2009-05-23 18:46:42 +0000 |
commit | 07a71d8c420019b627c191259d14a2eaa1561b20 (patch) | |
tree | 6948413f477003fed931c0726604d878e7c58648 /config/libc/newlib.in | |
parent | 72aea3b682d8138970793d08462807e07f7842aa (diff) | |
download | crosstool-ng-07a71d8c420019b627c191259d14a2eaa1561b20.tar.gz crosstool-ng-07a71d8c420019b627c191259d14a2eaa1561b20.tar.bz2 crosstool-ng-07a71d8c420019b627c191259d14a2eaa1561b20.zip |
Added support for Atmel AVR32 headers
Diffstat (limited to 'config/libc/newlib.in')
-rw-r--r-- | config/libc/newlib.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/libc/newlib.in b/config/libc/newlib.in index e674cddd..fdca4ce1 100644 --- a/config/libc/newlib.in +++ b/config/libc/newlib.in @@ -29,3 +29,15 @@ config LIBC_VERSION # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! + +config ATMEL_AVR32_HEADERS + bool + prompt "Install Atmel AVR32 headers" + default y + help + Install Atmel AVR32 headers for native AVR32 development. Most + AVR32 MCU devices are supported. + + If you do native AVR32 development you want to say 'Y' here. + + |