mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-10 15:02:56 +00:00
154a58befd
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>
14 lines
291 B
Plaintext
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
|