Skip to content

Commit 93b073d

Browse files
authored
Merge pull request #28 from fjtrujy/binutils_2.45.1
Upgrade 2.45.1
2 parents f2fd67f + 866542d commit 93b073d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This program will automatically build and install a DVP compiler, which is used
2121

2222
## What these scripts do
2323

24-
These scripts download (with `git clone`) and install [binutils 2.45.0](http://www.gnu.org/software/binutils/ "binutils") (dvp).
24+
These scripts download (with `git clone`) and install [binutils 2.45.1](http://www.gnu.org/software/binutils/ "binutils") (dvp).
2525

2626
## Requirements
2727

config/ps2toolchain-dvp-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_DVP_BINUTILS_REPO_URL="https://github.com/ps2dev/binutils-gdb.git"
4-
PS2TOOLCHAIN_DVP_BINUTILS_DEFAULT_REPO_REF="dvp-v2.45.0"
4+
PS2TOOLCHAIN_DVP_BINUTILS_DEFAULT_REPO_REF="dvp-v2.45.1"
55

66
if test -f "$PS2DEV_CONFIG_OVERRIDE"; then
77
source "$PS2DEV_CONFIG_OVERRIDE"

0 commit comments

Comments
 (0)