mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-21 09:21:52 +00:00
commit
f0bb72b741
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user