Remove rustc wrapper script for gold in favor of using RUSTFLAGS

This commit is contained in:
Lars Bergstrom 2016-03-25 10:50:21 -05:00
parent dbd25fc41a
commit 0f1107baef
2 changed files with 1 additions and 3 deletions

View file

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