patch config.guess for ARM (aarch64) (#7427)
This commit is contained in:
parent
29e429e525
commit
500ac793bc
@ -99,10 +99,10 @@ def _do_patch_config_guess(self):
|
|||||||
"""Some packages ship with an older config.guess and need to have
|
"""Some packages ship with an older config.guess and need to have
|
||||||
this updated when installed on a newer architecture. In particular,
|
this updated when installed on a newer architecture. In particular,
|
||||||
config.guess fails for PPC64LE for version prior to a 2013-06-10
|
config.guess fails for PPC64LE for version prior to a 2013-06-10
|
||||||
build date (automake 1.13.4)."""
|
build date (automake 1.13.4) and for ARM (aarch64)."""
|
||||||
|
|
||||||
if not self.patch_config_guess or not self.spec.satisfies(
|
if not self.patch_config_guess or (not self.spec.satisfies(
|
||||||
'target=ppc64le'
|
'target=ppc64le') and not self.spec.satisfies('target=aarch64')
|
||||||
):
|
):
|
||||||
return
|
return
|
||||||
my_config_guess = None
|
my_config_guess = None
|
||||||
|
Loading…
Reference in New Issue
Block a user