Revert "Merge pull request #253760 from chivay/bootstrap-scrt"
This reverts commitab66640da3
, reversing changes made toc08b005e0f
. The changes were merged without the associated bootstrap updates.
This commit is contained in:
parent
5564a6d912
commit
3f46cdcb5b
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue