From 866542d6fff1838cc962379faea0c8688d464976 Mon Sep 17 00:00:00 2001 From: Francisco Javier Trujillo Mata Date: Sun, 30 Nov 2025 11:53:46 +0100 Subject: [PATCH] Upgrade 2.45.1 --- README.md | 2 +- config/ps2toolchain-dvp-config.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 298a598..aae96bc 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This program will automatically build and install a DVP compiler, which is used ## What these scripts do -These scripts download (with `git clone`) and install [binutils 2.45.0](http://www.gnu.org/software/binutils/ "binutils") (dvp). +These scripts download (with `git clone`) and install [binutils 2.45.1](http://www.gnu.org/software/binutils/ "binutils") (dvp). ## Requirements diff --git a/config/ps2toolchain-dvp-config.sh b/config/ps2toolchain-dvp-config.sh index 1292051..1d1fdb1 100644 --- a/config/ps2toolchain-dvp-config.sh +++ b/config/ps2toolchain-dvp-config.sh @@ -1,7 +1,7 @@ #!/bin/bash PS2TOOLCHAIN_DVP_BINUTILS_REPO_URL="https://github.com/ps2dev/binutils-gdb.git" -PS2TOOLCHAIN_DVP_BINUTILS_DEFAULT_REPO_REF="dvp-v2.45.0" +PS2TOOLCHAIN_DVP_BINUTILS_DEFAULT_REPO_REF="dvp-v2.45.1" if test -f "$PS2DEV_CONFIG_OVERRIDE"; then source "$PS2DEV_CONFIG_OVERRIDE"