Skip to content

Commit a8d9726

Browse files
authored
Merge pull request #345 from nathanchance/binutils-2.47
binutils 2.47
2 parents 285915d + ed743d2 commit a8d9726

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

build-binutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import tc_build.binutils
99
import tc_build.utils
1010

11-
LATEST_BINUTILS_RELEASE = (2, 46, 1)
11+
LATEST_BINUTILS_RELEASE = (2, 47, 0)
1212

1313
parser = ArgumentParser()
1414
parser.add_argument(

tc_build/binutils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ class S390XBinutilsBuilder(StandardBinutilsBuilder):
184184
def __init__(self) -> None:
185185
super().__init__()
186186

187-
self.extra_targets.append('s390-linux-gnu')
188187
self.native_arch = 's390x'
189188
self.target = 's390x-linux-gnu'
190189

0 commit comments

Comments
 (0)