glibc-sysroot-setup.inc 371 B

1234567
  1. # stash_locale_cleanup removes the empty /usr/lib after stashing the locale
  2. # files to avoid remnant clutter, but we need it in the sysroot
  3. stash_locale_sysroot_cleanup_append() {
  4. # If the usr/lib directory doesn't exist, the toolchain fails to even
  5. # try to find crti.o in a completely different directory (usr/lib64)
  6. install -d ${SYSROOT_DESTDIR}${nonarch_libdir}
  7. }