[PATCH] RHEL: Look in more places to find g++ headers and runtime

Rafael EspĂ­ndola via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 10 08:31:01 PDT 2016


LGTM with a comment saying why it is needed.

Cheers,
Rafael


On 22 March 2016 at 23:02, Michael Lampe via cfe-commits
<cfe-commits at lists.llvm.org> wrote:
> Some distros with ten years of support ship an old gcc but later offer more
> recent versions for installation in parallel. These versions are typically
> not only needed for the compilation of llvm/clang, but also to properly use
> the clang binary that comes out.
>
> Clang already searches /usr at runtime for the most recent installation of
> gcc. This patch appends paths for add-on installations of gcc in RHEL.
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>


More information about the cfe-commits mailing list