aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/cross.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cross.sh b/tools/cross.sh
index 65fc148..9fc037c 100644
--- a/tools/cross.sh
+++ b/tools/cross.sh
@@ -36,7 +36,7 @@
set -e
TARGET="$1-elf"
-BINUTILS_VERSION=2.41
+BINUTILS_VERSION=2.42
GCC_VERSION=13.2.0
BINUTILS_NAME="binutils-$BINUTILS_VERSION"
BINUTILS_TARBALL="$BINUTILS_NAME.tar.xz"