Skip to content
Commit 3f17a489 authored by Rodrigo Arias Mallo's avatar Rodrigo Arias Mallo
Browse files

Fix clang build adding rpath to libstdc++



The binaries generated during the build process of clang are missing the
RPATH of the libstdc++.so library, which is provided by gcc libs.
Similarly, the clang binary itself also needs the rpath to the
libstdc++.so library path.

Reviewed-by: default avatarAleix Roca Nonell <aleix.rocanonell@bsc.es>
parent 501a9237
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment