mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 05:17:54 +00:00
858f939436
*-moxie*: DTC_VERBOSE is a wobbler, it depends on whether dtc is enabled on the host machine (if dtc is installed, DTC defaults to 'n' and hence prevents DTC_VERBOSE from appearing at all). Remove the option from config file so that its value reverts to the default. xtensa-fsf-elf: mark configuration obsolete so that it can use GDB 8.1 (it uses custom sources and needs to select the version therein) Signed-off-by: Alexey Neyman <stilor@att.net>
23 lines
676 B
Plaintext
23 lines
676 B
Plaintext
CT_CONFIG_VERSION="4"
|
|
CT_ARCH_ARM=y
|
|
CT_MULTILIB=y
|
|
CT_ARCH_FLOAT_SW=y
|
|
CT_TARGET_VENDOR="nano"
|
|
CT_LIBC_NEWLIB_IO_C99FMT=y
|
|
CT_LIBC_NEWLIB_IO_LL=y
|
|
# CT_LIBC_NEWLIB_FVWRITE_IN_STREAMIO is not set
|
|
# CT_LIBC_NEWLIB_UNBUF_STREAM_OPT is not set
|
|
# CT_LIBC_NEWLIB_FSEEK_OPTIMIZATION is not set
|
|
CT_LIBC_NEWLIB_DISABLE_SUPPLIED_SYSCALLS=y
|
|
# CT_LIBC_NEWLIB_ATEXIT_DYNAMIC_ALLOC is not set
|
|
CT_LIBC_NEWLIB_GLOBAL_ATEXIT=y
|
|
CT_LIBC_NEWLIB_LITE_EXIT=y
|
|
CT_LIBC_NEWLIB_REENT_SMALL=y
|
|
# CT_LIBC_NEWLIB_MULTITHREAD is not set
|
|
CT_LIBC_NEWLIB_EXTRA_SECTIONS=y
|
|
# CT_LIBC_NEWLIB_WIDE_ORIENT is not set
|
|
CT_LIBC_NEWLIB_LTO=y
|
|
CT_LIBC_NEWLIB_NANO_MALLOC=y
|
|
CT_LIBC_NEWLIB_NANO_FORMATTED_IO=y
|
|
CT_CC_LANG_CXX=y
|