spack/var/spack/repos/builtin/packages/gcc
Kelly (KT) Thompson ffb4e02a53 Fix gcc recipe for RHEL7. (#13460)
* Fix gcc recipe for RHEL7.

+ It appears that macOS related changes to the gcc recipe broke gcc on RHEL7.
  This bug manifests as `libstdc++.so: undefined reference to libiconv` when gcc
  is used.
+ Fixes #13452 by moving
  `--with-libiconv-prefix={0}'.format(spec['libiconv'].prefix)` into the darwin
  OS section of the configuration.
+ Change qualification of `depends_on(libiconv)` to limit dependency to macOS.

* Replace deprecated 'setup_environment' with 'setup_run_environment'.

* Fix cut and paste error.

* Rename 'run_env' to just 'env'.
2019-10-28 17:31:23 -05:00
..
darwin
gcc-backport.patch Allow newer versions of GCC to compile older versions of GCC (#2107) 2016-10-25 11:06:33 -07:00
package.py Fix gcc recipe for RHEL7. (#13460) 2019-10-28 17:31:23 -05:00
piclibs.patch
signal.patch
stack_t-4.9.patch
stack_t.patch
sys_ustat-4.9.patch
sys_ustat.h.patch
ucontext_t-java.patch
ucontext_t.patch