parent
8ffe18f1dc
commit
e76cfbbfd8
1 changed files with 3 additions and 0 deletions
|
@ -51,6 +51,9 @@ def configure_args(self):
|
|||
if spec.satisfies('%clang') and not spec.satisfies('platform=darwin'):
|
||||
args.append('CFLAGS=-rtlib=compiler-rt')
|
||||
|
||||
if spec.satisfies('%intel'):
|
||||
args.append('CFLAGS=-no-gcc')
|
||||
|
||||
if '+sigsegv' in spec:
|
||||
args.append('--with-libsigsegv-prefix={0}'.format(
|
||||
spec['libsigsegv'].prefix))
|
||||
|
|
Loading…
Reference in a new issue