Skip to content

Commit 9064bfd

Browse files
specs/bimutils.anod: bump to 2.38
1 parent 76a1580 commit 9064bfd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

specs/binutils.anod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ from e3.anod.loader import spec
1010
class Binutils(spec("common")):
1111
@property
1212
def version(self):
13-
return "2.36"
13+
return "2.38"
1414

1515
@property
1616
def tarball(self):

specs/release_package.anod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ class ReleasePackage(spec("common")):
5454
return "1"
5555
elif package == "gnat":
5656
if self.env.target.triplet == "arm-eabi":
57-
return "1"
57+
return "2"
5858
elif self.env.target.triplet == "riscv64-elf":
59-
return "1"
59+
return "2"
6060
elif self.env.target.triplet == "arv-elf":
61-
return "1"
61+
return "2"
6262
else:
63-
return "1"
63+
return "2"
6464

6565
@property
6666
def release_name(self):

0 commit comments

Comments
 (0)