diff options
author | Alexey Neyman <stilor@att.net> | 2016-11-15 14:45:42 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-15 14:45:42 -0800 |
commit | f0bb72b741510d1a00ddbc041079f05adc4898e1 (patch) | |
tree | e7627a9cadafe3abde3e5a210d55dd625c97258e /config/libc | |
parent | 762c51194726bf5a063bfb921f1eb5361259e7b7 (diff) | |
parent | 560bbdc88780c930e396875ea7fe8e54fbe89dfb (diff) | |
download | crosstool-ng-f0bb72b741510d1a00ddbc041079f05adc4898e1.tar.gz crosstool-ng-f0bb72b741510d1a00ddbc041079f05adc4898e1.tar.bz2 crosstool-ng-f0bb72b741510d1a00ddbc041079f05adc4898e1.zip |
Merge pull request #381 from enunes/avr
avr-libc: update to 2.0.0
Diffstat (limited to 'config/libc')
-rw-r--r-- | config/libc/avr-libc.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/libc/avr-libc.in b/config/libc/avr-libc.in index f08acb3a..2b8d891d 100644 --- a/config/libc/avr-libc.in +++ b/config/libc/avr-libc.in @@ -49,6 +49,10 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config LIBC_AVR_LIBC_V_2_0_0 + bool + prompt "2.0.0" + config LIBC_AVR_LIBC_V_1_8_1 bool prompt "1.8.1" @@ -63,6 +67,7 @@ config LIBC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.0.0" if LIBC_AVR_LIBC_V_2_0_0 default "1.8.1" if LIBC_AVR_LIBC_V_1_8_1 default "1.8.0" if LIBC_AVR_LIBC_V_1_8_0 |