Revert "Remove gold hack, since it's in rustc automatically now"

This reverts commit 2955d895a4.
This commit is contained in:
Lars Bergstrom 2016-01-28 11:49:08 -06:00
parent 55d4773311
commit 864fe53956
2 changed files with 8 additions and 0 deletions

2
etc/rustc-with-gold Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
rustc -C link-args=-fuse-ld=gold "$@"