octave: Specify fortran calling-convention for Fujitsu compiler. (#19218)
This commit is contained in:
parent
a062517d3d
commit
82a224b0da
@ -275,6 +275,10 @@ def configure_args(self):
|
||||
spec.satisfies('^intel-parallel-studio+mkl+ilp64')):
|
||||
config_args.append('F77_INTEGER_8_FLAG=-fdefault-integer-8')
|
||||
|
||||
# Use gfortran calling-convention %fj
|
||||
if spec.satisfies('%fj'):
|
||||
config_args.append('--enable-fortran-calling-convention=gfortran')
|
||||
|
||||
return config_args
|
||||
|
||||
# ========================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user