CrayPE update for libunwind (#23821)
This commit is contained in:
parent
b596abe037
commit
f3e3e5514d
@ -53,7 +53,9 @@ def flag_handler(self, name, flags):
|
|||||||
|
|
||||||
if name == 'cflags':
|
if name == 'cflags':
|
||||||
# https://github.com/libunwind/libunwind/pull/166
|
# https://github.com/libunwind/libunwind/pull/166
|
||||||
if self.spec.satisfies('@:1.4 %gcc@10:'):
|
if (self.spec.satisfies('@:1.4 %gcc@10:') or
|
||||||
|
self.spec.satisfies('@:1.4 %cce@11:') or
|
||||||
|
self.spec.satisfies('@:1.4 %clang@11:')):
|
||||||
wrapper_flags.append('-fcommon')
|
wrapper_flags.append('-fcommon')
|
||||||
|
|
||||||
if '+pic' in self.spec:
|
if '+pic' in self.spec:
|
||||||
|
Loading…
Reference in New Issue
Block a user