Merge pull request #187233 from trofi/remove-libelf-from-bootstrap

make-bootstrap-tools.nix: drop libelf.so from bootstrap tarballs
This commit is contained in:
Sergei Trofimovich 2022-08-19 19:14:51 +01:00 committed by GitHub
commit f9474c7d95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,7 +152,6 @@ in with pkgs; rec {
cp -d ${mpfr.out}/lib/libmpfr*.so* $out/lib
cp -d ${libmpc.out}/lib/libmpc*.so* $out/lib
cp -d ${zlib.out}/lib/libz.so* $out/lib
cp -d ${libelf}/lib/libelf.so* $out/lib
'' + lib.optionalString (stdenv.hostPlatform != stdenv.buildPlatform) ''
# These needed for cross but not native tools because the stdenv