aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorspicyjpeg <thatspicyjpeg@gmail.com>2023-05-12 18:05:21 +0200
committerspicyjpeg <thatspicyjpeg@gmail.com>2023-05-12 18:05:21 +0200
commit513a6e99dd1f9cf5531d55f544478bec72efb910 (patch)
tree47d7789347ba596dca54704df24e85b6763f26a2 /.github/workflows
parent4230715311892502452f326f3618e5ef4dc81972 (diff)
downloadpsn00bsdk-513a6e99dd1f9cf5531d55f544478bec72efb910.tar.gz
Downgrade GCC to 12.3, add setjmp(), fix CdGetRegion()
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
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'