We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ed0dd commit 7da1df3Copy full SHA for 7da1df3
specs/gcc.anod
@@ -29,8 +29,8 @@ class GCC(spec("gh-artifact")):
29
% (self.version, self.tarball)
30
if self.env.target.cpu.name == "x86_64"
31
else
32
- "https://github.com/iains/gcc-13-branch/archive/refs/"
33
- + "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"
34
)
35
),
36
self.LocalSourceBuilder(name=patch_name)
0 commit comments