Skip to content

Commit 930abba

Browse files
committed
look for ld.bfd instead of ld.gold
1 parent 0539b1b commit 930abba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/compat_layer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def __init__(self):
6363

6464
@rfm.simple_test
6565
class ToolsAvailableTest(RunInGentooPrefixTest):
66-
tool = parameter(['archspec', 'emerge', 'equery', 'ld.gold', 'make', 'patch', 'patchelf'])
66+
tool = parameter(['archspec', 'emerge', 'equery', 'ld.bfd', 'make', 'patch', 'patchelf']) # removed ld.gold
6767

6868
def __init__(self):
6969
# patchelf is only installed since 2021.06 compat layer

0 commit comments

Comments
 (0)