Merge pull request #381 from enunes/avr

avr-libc: update to 2.0.0
This commit is contained in:
Alexey Neyman 2016-11-15 14:45:42 -08:00 committed by GitHub
commit f0bb72b741
3 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -2,7 +2,5 @@ CT_LOCAL_TARBALLS_DIR="${HOME}/src"
CT_SAVE_TARBALLS=y
CT_LOG_EXTRA=y
CT_ARCH_avr=y
CT_CC_GCC_V_4_9_3=y
CT_CC_LANG_CXX=y
CT_DEBUG_gdb=y
CT_CLOOG_V_0_18_1=y

View File

@ -1,3 +1,3 @@
reporter_name="Erico Nunes"
reporter_url="https://github.com/enunes"
reporter_comment="EXPERIMENTAL AVR 8-bit toolchain"
reporter_comment="AVR 8-bit toolchain"