pixman: avoid assembler macros error with Fujitsu compiler (#43362)
This commit is contained in:
parent
0b2c370a83
commit
f76eb993aa
@ -74,4 +74,8 @@ def configure_args(self):
|
|||||||
if self.spec.target.family == "aarch64":
|
if self.spec.target.family == "aarch64":
|
||||||
args.append("--disable-arm-a64-neon")
|
args.append("--disable-arm-a64-neon")
|
||||||
|
|
||||||
|
# The Fujitsu compiler does not support assembler macros.
|
||||||
|
if self.spec.satisfies("%fj"):
|
||||||
|
args.append("--disable-arm-a64-neon")
|
||||||
|
|
||||||
return args
|
return args
|
||||||
|
Loading…
Reference in New Issue
Block a user