diff options
-rw-r--r-- | var/spack/repos/builtin/packages/gcc/package.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/gcc/package.py b/var/spack/repos/builtin/packages/gcc/package.py index ce7625ca37..a36db90274 100644 --- a/var/spack/repos/builtin/packages/gcc/package.py +++ b/var/spack/repos/builtin/packages/gcc/package.py @@ -561,9 +561,6 @@ class Gcc(AutotoolsPackage, GNUMirrorPackage, CompilerPackage): ] if any(x in basename for x in substring_to_be_filtered): continue - # Filter out links in favor of real executables - if os.path.islink(exe): - continue result.append(exe) |