From a739a4f9153ade1bf5932de4b948b4f211bd1bb7 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Sun, 9 Jun 2024 22:41:00 -0600 Subject: [PATCH] Bump tool versions --- configure.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.py b/configure.py index f39dfca..2f728ad 100755 --- a/configure.py +++ b/configure.py @@ -134,9 +134,9 @@ if args.no_asm: # Tool versions config.binutils_tag = "2.42-1" config.compilers_tag = "20231018" -config.dtk_tag = "v0.7.5" +config.dtk_tag = "v0.9.0" config.sjiswrap_tag = "v1.1.1" -config.wibo_tag = "0.6.11" +config.wibo_tag = "0.6.14" # Project config.config_path = Path("config") / config.version / "config.yml" @@ -151,6 +151,7 @@ config.asflags = [ config.ldflags = [ "-fp hardware", "-nodefaults", + "-warn off", # "-listclosure", # Uncomment for Wii linkers ] # Use for any additional files that should cause a re-configure when modified