diff options
author | Chris Packham <judge.packham@gmail.com> | 2025-01-05 16:34:04 +1300 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2025-01-08 14:22:22 +1300 |
commit | 154a58befd3471f4e1e0b95e1acf60b53e09df06 (patch) | |
tree | d2aef699aa8bc426cbcd0f5ff05454b49b53c507 | |
parent | c8c7b3ec2033a174d01a5aec72e2c9e4c4255ed6 (diff) | |
download | crosstool-ng-154a58befd3471f4e1e0b95e1acf60b53e09df06.tar.gz crosstool-ng-154a58befd3471f4e1e0b95e1acf60b53e09df06.tar.bz2 crosstool-ng-154a58befd3471f4e1e0b95e1acf60b53e09df06.zip |
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>
-rw-r--r-- | samples/tic6x-uclinux/crosstool.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/tic6x-uclinux/crosstool.config b/samples/tic6x-uclinux/crosstool.config index 614c39a2..0cb2101c 100644 --- a/samples/tic6x-uclinux/crosstool.config +++ b/samples/tic6x-uclinux/crosstool.config @@ -9,4 +9,5 @@ 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 |