patch config.guess for any ppc64le arch (#5215)

This commit is contained in:
Gregory Lee 2017-08-25 10:55:41 -07:00 committed by Todd Gamblin
parent 313771c734
commit 9a1fd166aa

View file

@ -103,7 +103,7 @@ def _do_patch_config_guess(self):
build date (automake 1.13.4).""" build date (automake 1.13.4)."""
if not self.patch_config_guess or not self.spec.satisfies( if not self.patch_config_guess or not self.spec.satisfies(
'arch=linux-rhel7-ppc64le' 'target=ppc64le'
): ):
return return
my_config_guess = None my_config_guess = None