Fixes needed to build gcc on Linux/ppc64le (#2057)

* Fixes needed to build gcc on Linux/ppc64le

* flake8 fix.
This commit is contained in:
Matthew LeGendre
2016-10-19 23:29:59 -07:00
committed by Todd Gamblin
parent 4b5281bfe6
commit 8de143a994
3 changed files with 1191 additions and 1 deletions

View File

@@ -30,6 +30,8 @@ class Libsigsegv(Package):
homepage = "https://www.gnu.org/software/libsigsegv/"
url = "ftp://ftp.gnu.org/gnu/libsigsegv/libsigsegv-2.10.tar.gz"
patch('patch.new_config_guess', when='@2.10')
version('2.10', '7f96fb1f65b3b8cbc1582fb7be774f0f')
def install(self, spec, prefix):

File diff suppressed because it is too large Load Diff