patch config.guess for any ppc64le arch (#5215)
This commit is contained in:
parent
313771c734
commit
9a1fd166aa
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ def _do_patch_config_guess(self):
|
|||
build date (automake 1.13.4)."""
|
||||
|
||||
if not self.patch_config_guess or not self.spec.satisfies(
|
||||
'arch=linux-rhel7-ppc64le'
|
||||
'target=ppc64le'
|
||||
):
|
||||
return
|
||||
my_config_guess = None
|
||||
|
|
Loading…
Reference in a new issue