From 394408516a73430ae40f5181b243fa4fad38dfb8 Mon Sep 17 00:00:00 2001 From: Francisco Javier Trujillo Mata Date: Thu, 1 May 2025 20:30:06 +0200 Subject: [PATCH] Upgrade binutils 2.44 --- .github/workflows/compilation.yml | 5 +++-- config/ps2toolchain-iop-config.sh | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/compilation.yml b/.github/workflows/compilation.yml index 0f37b52..c3457fd 100644 --- a/.github/workflows/compilation.yml +++ b/.github/workflows/compilation.yml @@ -44,8 +44,9 @@ jobs: with: msystem: MINGW32 install: | - base-devel git make texinfo flex bison patch binutils mingw-w64-i686-gcc mpc-devel tar - mingw-w64-i686-cmake mingw-w64-i686-make mingw-w64-i686-libogg + base-devel git make texinfo flex bison patch binutils mpc-devel tar + mingw-w64-i686-readline mingw-w64-i686-gcc mingw-w64-i686-cmake + mingw-w64-i686-make mingw-w64-i686-libogg update: true - name: Runs all the stages in the shell diff --git a/config/ps2toolchain-iop-config.sh b/config/ps2toolchain-iop-config.sh index 3ee2f9c..33a189a 100644 --- a/config/ps2toolchain-iop-config.sh +++ b/config/ps2toolchain-iop-config.sh @@ -1,7 +1,7 @@ #!/bin/bash -PS2TOOLCHAIN_IOP_BINUTILS_REPO_URL="https://github.com/bminor/binutils-gdb.git" -PS2TOOLCHAIN_IOP_BINUTILS_DEFAULT_REPO_REF="binutils-2_43_1" +PS2TOOLCHAIN_IOP_BINUTILS_REPO_URL="https://github.com/ps2dev/binutils-gdb.git" +PS2TOOLCHAIN_IOP_BINUTILS_DEFAULT_REPO_REF="iop-v2.44.0" PS2TOOLCHAIN_IOP_GCC_REPO_URL="https://github.com/gcc-mirror/gcc.git" PS2TOOLCHAIN_IOP_GCC_DEFAULT_REPO_REF="releases/gcc-14.2.0"