gcc: Make gcc 11.3 build on Darwin (#30278)
Don't apply a Darwin-specific patch that doesn't work on 11.3 any more. Closes https://github.com/spack/spack/issues/30264.
This commit is contained in:
parent
db0335fa54
commit
96113a5dc6
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ class Gcc(AutotoolsPackage, GNUMirrorPackage):
|
||||||
# Use -headerpad_max_install_names in the build,
|
# Use -headerpad_max_install_names in the build,
|
||||||
# otherwise updated load commands won't fit in the Mach-O header.
|
# otherwise updated load commands won't fit in the Mach-O header.
|
||||||
# This is needed because `gcc` avoids the superenv shim.
|
# This is needed because `gcc` avoids the superenv shim.
|
||||||
patch('darwin/gcc-7.1.0-headerpad.patch', when='@5:11')
|
patch('darwin/gcc-7.1.0-headerpad.patch', when='@5:11.2')
|
||||||
patch('darwin/gcc-6.1.0-jit.patch', when='@5:7')
|
patch('darwin/gcc-6.1.0-jit.patch', when='@5:7')
|
||||||
patch('darwin/gcc-4.9.patch1', when='@4.9.0:4.9.3')
|
patch('darwin/gcc-4.9.patch1', when='@4.9.0:4.9.3')
|
||||||
patch('darwin/gcc-4.9.patch2', when='@4.9.0:4.9.3')
|
patch('darwin/gcc-4.9.patch2', when='@4.9.0:4.9.3')
|
||||||
|
|
Loading…
Reference in a new issue