Skip to content

Commit

Permalink
Update darwin aarch64 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-Chouteau committed May 30, 2024
1 parent 44ed0dd commit 7da1df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs/gcc.anod
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ class GCC(spec("gh-artifact")):
% (self.version, self.tarball)
if self.env.target.cpu.name == "x86_64"
else
"https://github.com/iains/gcc-13-branch/archive/refs/"
+ "tags/gcc-13.2-darwin-r0.tar.gz"
"https://github.com/iains/gcc-14-branch/archive/refs/"
+ "tags/gcc-14.1-darwin-r0.tar.gz"
)
),
self.LocalSourceBuilder(name=patch_name)
Expand Down

0 comments on commit 7da1df3

Please sign in to comment.