binutils: Get rid of a redundant copy of gold

wip/yesman
Eelco Dolstra 11 years ago
parent dfc62c9084
commit 4b31f920b6
  1. 2
      pkgs/development/tools/misc/binutils/default.nix

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
# Use symlinks instead of hard links to save space ("strip" in the
# fixup phase strips each hard link separately).
for i in binutils/Makefile.in gas/Makefile.in ld/Makefile.in; do
for i in binutils/Makefile.in gas/Makefile.in ld/Makefile.in gold/Makefile.in; do
sed -i "$i" -e 's|ln |ln -s |'
done
'';

Loading…
Cancel
Save