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 76a1580 commit 9064bfdCopy full SHA for 9064bfd
specs/binutils.anod
@@ -10,7 +10,7 @@ from e3.anod.loader import spec
10
class Binutils(spec("common")):
11
@property
12
def version(self):
13
- return "2.36"
+ return "2.38"
14
15
16
def tarball(self):
specs/release_package.anod
@@ -54,13 +54,13 @@ class ReleasePackage(spec("common")):
54
return "1"
55
elif package == "gnat":
56
if self.env.target.triplet == "arm-eabi":
57
- return "1"
+ return "2"
58
elif self.env.target.triplet == "riscv64-elf":
59
60
elif self.env.target.triplet == "arv-elf":
61
62
else:
63
64
65
66
def release_name(self):
0 commit comments