Skip to content

Commit

Permalink
Bump binutils upstream version to 2.42
Browse files Browse the repository at this point in the history
  • Loading branch information
mnixry committed Feb 3, 2024
1 parent 80f1162 commit 4b24ace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/binutils/build/dist.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (typeof require !== "undefined" && require.main === module) {
"buildx",
"build",
"--progress=plain",
"--build-arg=BRANCH=binutils-2_41-branch",
"--build-arg=BRANCH=binutils-2_42-branch",
`--output=${process.cwd()}/build`,
...extraArgs,
`${process.cwd()}/build`,
Expand Down
2 changes: 1 addition & 1 deletion packages/gas/build/dist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if (typeof require !== "undefined" && require.main === module) {
"buildx",
"build",
"--progress=plain",
"--build-arg=BRANCH=binutils-2_41-branch",
"--build-arg=BRANCH=binutils-2_42-branch",
`--build-arg=TARGET=${supportedTargets.join(",")}`,
`--output=${process.cwd()}/build`,
...extraArgs,
Expand Down

0 comments on commit 4b24ace

Please sign in to comment.