Skip to content

Commit 23c6bcd

Browse files
authored
Merge pull request #293 from nathanchance/binutils-2.44
build-binutils.py: Update to 2.44
2 parents 1c89003 + 121c1d3 commit 23c6bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-binutils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import tc_build.binutils
99
import tc_build.utils
1010

11-
LATEST_BINUTILS_RELEASE = (2, 43, 0)
11+
LATEST_BINUTILS_RELEASE = (2, 44, 0)
1212

1313
parser = ArgumentParser()
1414
parser.add_argument('-B',

0 commit comments

Comments
 (0)