sigio: support Fujitsu compiler (#29366)
This commit is contained in:
parent
cc14384818
commit
2088d407a2
@ -25,3 +25,9 @@ def setup_run_environment(self, env):
|
|||||||
for suffix in ('4', ''):
|
for suffix in ('4', ''):
|
||||||
env.set('SIGIO_LIB' + suffix, lib[0])
|
env.set('SIGIO_LIB' + suffix, lib[0])
|
||||||
env.set('SIGIO_INC' + suffix, join_path(self.prefix, 'include'))
|
env.set('SIGIO_INC' + suffix, join_path(self.prefix, 'include'))
|
||||||
|
|
||||||
|
def flag_handler(self, name, flags):
|
||||||
|
if self.spec.satisfies('%fj'):
|
||||||
|
if name == 'fflags':
|
||||||
|
flags.append('-Free')
|
||||||
|
return (None, None, flags)
|
||||||
|
Loading…
Reference in New Issue
Block a user