Unverified Commit 3f46cdcb authored by Bernardo Meurer's avatar Bernardo Meurer
Browse files

Revert "Merge pull request #253760 from chivay/bootstrap-scrt"

This reverts commit ab66640d, reversing
changes made to c08b005e.

The changes were merged without the associated bootstrap updates.
parent 5564a6d9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -78,8 +78,7 @@ in with pkgs; rec {
        cp -d ${libc.out}/lib/libutil*.so* $out/lib
        cp -d ${libc.out}/lib/libnss*.so* $out/lib
        cp -d ${libc.out}/lib/libresolv*.so* $out/lib
        # Copy all runtime files to enable non-PIE, PIE, static PIE and profile-generated builds
        cp -d ${libc.out}/lib/*.o $out/lib
        cp -d ${libc.out}/lib/crt?.o $out/lib

        # Hacky compat with our current unpack-bootstrap-tools.sh
        ln -s librt.so "$out"/lib/librt-dummy.so