parent
8ffe18f1dc
commit
e76cfbbfd8
@ -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 New Issue
Block a user