Update on SSSDK

so who uses this toolchain except me ?
I do, I forked your github repo and created branches for each GCC versions supported : Branches · willll/Saturn-SDK-GCC-SH2
The latest version is 13.2.0 :

/opt/saturn/toolchain/bin/sh-elf-gcc -v
Using built-in specs.
COLLECT_GCC=/opt/saturn/toolchain/bin/sh-elf-gcc
COLLECT_LTO_WRAPPER=/opt/saturn/toolchain/libexec/gcc/sh-elf/13.2.0/lto-wrapper
Target: sh-elf
Configured with: ../../source/gcc-13.2.0/configure --build=i686-pc-linux-gnu --target=sh-elf --host=i686-pc-linux-gnu --prefix=/opt/saturn/toolchain --enable-languages=c,c++,lto --disable-bootstrap --with-gnu-as --with-gnu-ld --disable-shared --disable-threads --disable-multilib --disable-libmudflap --enable-libssp --enable-lto --disable-install-libiberty --disable-nls --with-newlib --enable-offload-target=sh-elf --enable-decimal-float=no --program-prefix=sh-elf- --with-cpu=m2 --with-sysroot=/opt/saturn/toolchain/sysroot
Thread model: single
Supported LTO compression algorithms: zlib
 
Back
Top