Hello,
While trying to build R/ROOT
for arm
architectures, I’ve found that /opt/x86_64-linux-musl/x86_64-linux-musl/sys-root/usr/local
points to /workspace/destdir
. The results is that /opt/x86_64-linux-musl/x86_64-linux-musl/sys-root
file tree mixes libraries for the host (in lib
) and libraries for the target (local/lib
).
I would have expected to see under this sysroot only binaries compatible with the host.
On this other hands the libraries installed with HostDependency statements are not linked from this sysroot.
Why is it like this? Is it a bug or a feature?
Philippe.