binutils: Get rid of a redundant copy of gold

This commit is contained in:
Eelco Dolstra 2014-01-07 14:55:55 +01:00
parent dfc62c9084
commit 4b31f920b6

View File

@ -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
'';