https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111084
--- Comment #3 from Henrique <hdante at gmail dot com> --- Hello, the reason is that linux from scratch bootstraps an initial toolchain decoupled from the host toolchain before installing the final system. The final installation will use the correct paths. The initial toolchain, however, uses a separate directory. The procedure is not broken, it's actually pretty clean and not specific to linux from scratch, other toolchain builders will do the same thing (IIRC buildroot). Is it possible to have a configure flag for changing the dynamic linker root ? Thanks,