Skip to content

Commit

Permalink
build-binutils.py: 2.42
Browse files Browse the repository at this point in the history
This is the latest binutils release:

https://lists.gnu.org/archive/html/info-gnu/2024-01/msg00016.html

Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Jan 30, 2024
1 parent f451f8a commit 375dcfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-binutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import tc_build.binutils
import tc_build.utils

LATEST_BINUTILS_RELEASE = (2, 41, 0)
LATEST_BINUTILS_RELEASE = (2, 42, 0)

parser = ArgumentParser()
parser.add_argument('-B',
Expand Down

0 comments on commit 375dcfa

Please sign in to comment.