binutils: Get rid of a redundant copy of gold
This commit is contained in:
parent
dfc62c9084
commit
4b31f920b6
@ -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…
Reference in New Issue
Block a user