fix cpio for intel@18 (#21322)
This commit is contained in:
parent
3172fc3681
commit
cc28bcddd1
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ def flag_handler(self, name, flags):
|
|||
spec = self.spec
|
||||
|
||||
if name == 'cflags':
|
||||
if '%intel@:18.999' in spec:
|
||||
if '%intel@:17.999' in spec:
|
||||
flags.append('-no-gcc')
|
||||
|
||||
elif '%clang' in spec or '%fj' in spec:
|
||||
|
|
Loading…
Reference in a new issue