From 513a6e99dd1f9cf5531d55f544478bec72efb910 Mon Sep 17 00:00:00 2001 From: spicyjpeg Date: Fri, 12 May 2023 18:05:21 +0200 Subject: Downgrade GCC to 12.3, add setjmp(), fix CdGetRegion() --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e84dbca..00926ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ on: [ push, pull_request ] env: BINUTILS_VERSION: '2.40' BINUTILS_OPTIONS: '--disable-docs --disable-nls --disable-werror --with-float=soft' - GCC_VERSION: '13.1.0' + GCC_VERSION: '12.3.0' GCC_OPTIONS: '--disable-docs --disable-nls --disable-werror --disable-libada --disable-libssp --disable-libquadmath --disable-threads --disable-libgomp --disable-libstdcxx-pch --disable-hosted-libstdcxx --enable-languages=c,c++ --without-isl --without-headers --with-float=soft --with-gnu-as --with-gnu-ld' GCC_TARGET: 'mipsel-none-elf' -- cgit v1.2.3