Define LDFLAGS when using fujitsu compiler (#11669)
This commit is contained in:
parent
58b797632e
commit
7178ee3b63
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@ def configure_args(self):
|
|||
if spec.satisfies('%arm') and not spec.satisfies('platform=darwin'):
|
||||
args.append('LDFLAGS=-rtlib=compiler-rt')
|
||||
|
||||
if spec.satisfies('%fj') and not spec.satisfies('platform=darwin'):
|
||||
args.append('LDFLAGS=-rtlib=compiler-rt')
|
||||
|
||||
if spec.satisfies('%intel'):
|
||||
args.append('CFLAGS=-no-gcc')
|
||||
|
||||
|
|
Loading…
Reference in a new issue