diff options
author | Quinn Stephens <quinn@osmora.org> | 2024-03-02 15:22:58 -0500 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-03-03 10:45:07 -0500 |
commit | f1a10f336b93f657bb4065d2ba3b18fe3dcd3f94 (patch) | |
tree | 9d741b9e032fabad86a9d41d582d96bef76d2ac5 | |
parent | 200eff28128fd6f85099cc28712b53b1330cefb2 (diff) |
build: tools: Update to binutils 2.42
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r-- | tools/cross.sh | 2 |
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" |