From 97ea57e59f879bba15223d10ba57ff6d7dcca16b Mon Sep 17 00:00:00 2001 From: Jordan Galby <67924449+Jordan474@users.noreply.github.com> Date: Fri, 27 Aug 2021 13:16:26 +0200 Subject: Add ld.gold and ld.lld compiler wrapper (#25626) The gcc compiler can be configured to use `ld.gold` by default. It will then call `ld.gold` explicitly when linking. When so, spack need to have a ld.gold wrapper in PATH to inject rpaths link flags etc... Also I wouldn't be surprised to see some package calling `ld.gold` directly. As for ld.gold, the argument could be made that we want to support any package that could call ld.lld. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c3d2670af4..c75b98089c 100644 --- a/.gitignore +++ b/.gitignore @@ -132,6 +132,7 @@ celerybeat.pid .env .venv env/ +!/lib/spack/env venv/ ENV/ env.bak/ -- cgit v1.2.3-60-g2f50