Skip to content

Commit

Permalink
make-bootstrap-tools.nix: follow libgcc_s symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Joseph committed Apr 2, 2023
1 parent 83d1f18 commit 8841434
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/stdenv/linux/make-bootstrap-tools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ in with pkgs; rec {
fi
done
rm $out/lib/libgcc_s.so.1
cp $(readlink -f $out/lib/libgcc_s.so) $out/lib/libgcc_s.so.1
rm $out/lib/libgcc_s.so
ln -s libgcc_s.so.1 $out/lib/libgcc_s.so
nuke-refs $out/bin/*
nuke-refs $out/lib/*
nuke-refs $out/lib/*/*
Expand Down

0 comments on commit 8841434

Please sign in to comment.