crosstool-ng/samples/tic6x-uclinux/crosstool.config
Chris Packham 154a58befd c6x: pin to GCC 13
The custom uclibc has compile errors with GCC 14. Ignoring that even a
bare metal config fails to build (assembler errors in libgcc) with GCC
14. For now pin the sample config to GCC 13 since that seems to work.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
2025-01-08 14:22:22 +13:00

14 lines
291 B
Plaintext

CT_CONFIG_VERSION="4"
CT_EXPERIMENTAL=y
CT_ARCH_C6X=y
CT_OMIT_TARGET_VENDOR=y
CT_MULTILIB=y
CT_KERNEL_LINUX=y
CT_ARCH_BINFMT_FDPIC=y
CT_LIBC_UCLIBC_NG=y
CT_UCLIBC_NG_SRC_DEVEL=y
CT_UCLIBC_NG_DEVEL_URL="https://github.com/DspHack/uclibc-ng.git"
CT_THREADS_LT=y
CT_GCC_V_13=y
CT_CC_LANG_CXX=y