diff options
| author | spicyjpeg <thatspicyjpeg@gmail.com> | 2023-05-12 18:05:21 +0200 |
|---|---|---|
| committer | spicyjpeg <thatspicyjpeg@gmail.com> | 2023-05-12 18:05:21 +0200 |
| commit | 513a6e99dd1f9cf5531d55f544478bec72efb910 (patch) | |
| tree | 47d7789347ba596dca54704df24e85b6763f26a2 /.github/workflows | |
| parent | 4230715311892502452f326f3618e5ef4dc81972 (diff) | |
| download | psn00bsdk-513a6e99dd1f9cf5531d55f544478bec72efb910.tar.gz | |
Downgrade GCC to 12.3, add setjmp(), fix CdGetRegion()
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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' |
