autotools.py: fix the list of objects to be removed from libtool (Fujitsu). (#19303)
This commit is contained in:
parent
a9bc5f7751
commit
72f431b67b
@ -227,7 +227,7 @@ def _patch_libtool(self, libtool_path):
|
||||
if self.spec.satisfies('%fj'):
|
||||
fs.filter_file('-nostdlib', '', libtool_path)
|
||||
rehead = r'/\S*/'
|
||||
objfile = ['fjcrt0.o', 'fjlang08.o', 'fjomp.o',
|
||||
objfile = ['fjhpctag.o', 'fjcrt0.o', 'fjlang08.o', 'fjomp.o',
|
||||
'crti.o', 'crtbeginS.o', 'crtendS.o']
|
||||
for o in objfile:
|
||||
fs.filter_file(rehead + o, '', libtool_path)
|
||||
|
Loading…
Reference in New Issue
Block a user