Loading
stdenv-bootstrap-tools: don't copy obsolete libutil from glibc
Starting from glibc 2.34, all functionality previously implemented in libpthread, libdl, libutil and libanl are now integrated into libc. https://lists.gnu.org/archive/html/info-gnu/2021-08/msg00001.html As loongarch64 support was merged into glibc after 2.34, libutil.so is no longer in there, thus breaking bootstrap. https://github.com/loongson-community/discussions/issues/29 libdl is not removed because bash still links against it, and libpthread is not removed because xgcc depends on it to build libatomic.