From e4cb9e3b2fdfc5a932604049329669ebd0ae2c22 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Thu, 29 Apr 2021 00:41:05 +0100 Subject: [PATCH] devkitARM: update binutils to 2.36.1 --- select_toolchain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/select_toolchain.sh b/select_toolchain.sh index 9141c3f..cb27970 100755 --- a/select_toolchain.sh +++ b/select_toolchain.sh @@ -31,7 +31,7 @@ done case "$VERSION" in "1" ) GCC_VER=11.1.0 - BINUTILS_VER=2.34 + BINUTILS_VER=2.36.1 NEWLIB_VER=4.1.0 basedir='dkarm-eabi' package=devkitARM