diff options
| author | spicyjpeg <thatspicyjpeg@gmail.com> | 2023-05-11 23:26:42 +0200 |
|---|---|---|
| committer | spicyjpeg <thatspicyjpeg@gmail.com> | 2023-05-11 23:26:42 +0200 |
| commit | 58a8306d24fe29d965aa8b40ddc37c3163c0a2f9 (patch) | |
| tree | 08e8c7dd495d1c4c6fcf5f7ba6b4b10693dc42f6 /.github/workflows | |
| parent | 2021cdfca29dc5c98e570a674ac97f92f47a1129 (diff) | |
| download | psn00bsdk-58a8306d24fe29d965aa8b40ddc37c3163c0a2f9.tar.gz | |
Bump SDK to v0.23 and GCC to v13.1, update readme
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 879c72a..e84dbca 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: '12.2.0' + GCC_VERSION: '13.1.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' |
