mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-28 08:38:53 +00:00
57dc5e69d2
It is now added automatically if CT_GCC_SANITIZER is not set - and that option depends on !UCLIBC. Signed-off-by: Alexey Neyman <stilor@att.net>
19 lines
384 B
Plaintext
19 lines
384 B
Plaintext
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
|
|
CT_SAVE_TARBALLS=y
|
|
CT_LOG_EXTRA=y
|
|
CT_ARCH_64=y
|
|
CT_ARCH_x86=y
|
|
CT_KERNEL_linux=y
|
|
# CT_KERNEL_LINUX_INSTALL_CHECK is not set
|
|
CT_BINUTILS_LINKER_LD_GOLD=y
|
|
CT_BINUTILS_GOLD_THREADS=y
|
|
CT_BINUTILS_LD_WRAPPER=y
|
|
CT_BINUTILS_PLUGINS=y
|
|
CT_LIBC_uClibc=y
|
|
CT_LIBC_UCLIBC_WCHAR=y
|
|
CT_CC_LANG_CXX=y
|
|
CT_DEBUG_dmalloc=y
|
|
CT_DEBUG_duma=y
|
|
CT_DEBUG_gdb=y
|
|
CT_GDB_NATIVE=y
|