mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-10 06:52:50 +00:00
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>
This commit is contained in:
parent
c8c7b3ec20
commit
154a58befd
@ -9,4 +9,5 @@ CT_LIBC_UCLIBC_NG=y
|
|||||||
CT_UCLIBC_NG_SRC_DEVEL=y
|
CT_UCLIBC_NG_SRC_DEVEL=y
|
||||||
CT_UCLIBC_NG_DEVEL_URL="https://github.com/DspHack/uclibc-ng.git"
|
CT_UCLIBC_NG_DEVEL_URL="https://github.com/DspHack/uclibc-ng.git"
|
||||||
CT_THREADS_LT=y
|
CT_THREADS_LT=y
|
||||||
|
CT_GCC_V_13=y
|
||||||
CT_CC_LANG_CXX=y
|
CT_CC_LANG_CXX=y
|
||||||
|
Loading…
Reference in New Issue
Block a user