Remove the gcc= option. llvm-gcc uses only as=
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 15 Jun 2009 10:14:18 +0000 (10:14 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 15 Jun 2009 10:14:18 +0000 (10:14 +0000)
commit42de34f013ee15377dd78aa0d827100166cb66c9
tree683867e9be7796fcaf54c7ca8cdc68475ed81cd2
parent358dec51804ee52e47ea3a47c9248086e458ad7c
Remove the gcc= option. llvm-gcc uses only as=

Look for as in the path. Doing it here instead
of llvm-gcc because llvm-gcc has nothing as
convenient as sys::Program::FindProgramByName.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73383 91177308-0d34-0410-b5e6-96231b3b80d8
tools/gold/gold-plugin.cpp