From d88201d35f36bc46f43b7ed1b03b786dd0240358 Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Sat, 27 Dec 2025 17:53:04 -0500 Subject: [PATCH] Update objdiff, fixing some minor underreport issues --- configure.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.py b/configure.py index 05b21b8a1..a12118cf0 100755 --- a/configure.py +++ b/configure.py @@ -165,11 +165,11 @@ if args.no_asm: # Tool versions config.binutils_tag = "2.42-1" -config.compilers_tag = "20250812" -config.dtk_tag = "v1.7.1" -config.objdiff_tag = "v3.4.1" +config.compilers_tag = "20251118" +config.dtk_tag = "v1.7.6" +config.objdiff_tag = "v3.5.1" config.sjiswrap_tag = "v1.2.2" -config.wibo_tag = "1.0.0-beta.5" +config.wibo_tag = "1.0.0" # Project config.config_path = Path("config") / config.version / "config.yml"