summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorBen Cowan <ben@bencowan.org>2021-11-12 00:15:38 -0700
committerGitHub <noreply@github.com>2021-11-11 23:15:38 -0800
commitf5e107e0462ddc8c719ceba1bacd538fd8300e4d (patch)
treee0c9d61f23756dc50c5cfcb2bfd7d448579c0e31 /var
parentc91074514afe34700eada63a69056bd7ac20902b (diff)
downloadspack-f5e107e0462ddc8c719ceba1bacd538fd8300e4d.tar.gz
spack-f5e107e0462ddc8c719ceba1bacd538fd8300e4d.tar.bz2
spack-f5e107e0462ddc8c719ceba1bacd538fd8300e4d.tar.xz
spack-f5e107e0462ddc8c719ceba1bacd538fd8300e4d.zip
gcc package: Mac OS patch not needed for @12:
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/gcc/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/gcc/package.py b/var/spack/repos/builtin/packages/gcc/package.py
index 5520fb0f71..6a83354b89 100644
--- a/var/spack/repos/builtin/packages/gcc/package.py
+++ b/var/spack/repos/builtin/packages/gcc/package.py
@@ -261,7 +261,7 @@ class Gcc(AutotoolsPackage, GNUMirrorPackage):
# Use -headerpad_max_install_names in the build,
# otherwise updated load commands won't fit in the Mach-O header.
# This is needed because `gcc` avoids the superenv shim.
- patch('darwin/gcc-7.1.0-headerpad.patch', when='@5:')
+ patch('darwin/gcc-7.1.0-headerpad.patch', when='@5:11')
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.patch2', when='@4.9.0:4.9.3')