Skip to content

Commit

Permalink
toolchain: use new versions of gcc and binutils
Browse files Browse the repository at this point in the history
  • Loading branch information
kushagra765 authored Dec 18, 2024
1 parent 1b9acb3 commit c6a10fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toolchain/build_toolchain.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GCC_VERSION=11.2.0
BINUTILS_VERSION=2.38
GCC_VERSION=14.2.0
BINUTILS_VERSION=2.43.1

if [ -d "compiler/" ]; then
echo "Found i686-elf-gcc Toolchain"
Expand Down

0 comments on commit c6a10fb

Please sign in to comment.