Skip to content

Commit b65f68c

Browse files
committed
Upgrade binutils 2.44
1 parent afab517 commit b65f68c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/compilation.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ jobs:
4444
with:
4545
msystem: MINGW32
4646
install: |
47-
base-devel git make texinfo flex bison patch binutils mingw-w64-i686-gcc mpc-devel tar
48-
mingw-w64-i686-cmake mingw-w64-i686-make mingw-w64-i686-libogg
47+
base-devel git make texinfo flex bison patch binutils mpc-devel tar
48+
mingw-w64-i686-readline mingw-w64-i686-gcc mingw-w64-i686-cmake
49+
mingw-w64-i686-make mingw-w64-i686-libogg
4950
update: true
5051

5152
- name: Runs all the stages in the shell

config/ps2toolchain-iop-config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
PS2TOOLCHAIN_IOP_BINUTILS_REPO_URL="https://github.com/bminor/binutils-gdb.git"
4-
PS2TOOLCHAIN_IOP_BINUTILS_DEFAULT_REPO_REF="binutils-2_43_1"
3+
PS2TOOLCHAIN_EE_BINUTILS_REPO_URL="https://github.com/ps2dev/binutils-gdb.git"
4+
PS2TOOLCHAIN_EE_BINUTILS_DEFAULT_REPO_REF="iop-v2.44.0"
55
PS2TOOLCHAIN_IOP_GCC_REPO_URL="https://github.com/gcc-mirror/gcc.git"
66
PS2TOOLCHAIN_IOP_GCC_DEFAULT_REPO_REF="releases/gcc-14.2.0"
77

0 commit comments

Comments
 (0)