Skip to content

Commit 817b48c

Browse files
committed
Upgrade binutils 2.44
1 parent afab517 commit 817b48c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
PS2TOOLCHAIN_IOP_BINUTILS_REPO_URL="https://github.com/bminor/binutils-gdb.git"
4-
PS2TOOLCHAIN_IOP_BINUTILS_DEFAULT_REPO_REF="binutils-2_43_1"
4+
PS2TOOLCHAIN_IOP_BINUTILS_DEFAULT_REPO_REF="binutils-2_44"
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)