Pass -m* and -v to -plugin-opt
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Jan 2010 00:52:50 +0000 (00:52 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Jan 2010 00:52:50 +0000 (00:52 +0000)
commit971080f2bfb9e42da8083b89fac508b9f3d34d6b
tree7c32ff53348a86163c82ed7b2373dd5c80fd34ab
parent879fbc3eee6f24402e0eda25c64d3df81d33a634
Pass -m* and -v to -plugin-opt

gcc/

2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>

PR lto/42520
* gcc.c (LINK_COMMAND_SPEC): Pass -m* and -v to -plugin-opt.

lto-plugin/

2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>

PR lto/42520
* lto-plugin.c (exec_lto_wrapper): Output lto-wrapper command
if -v is passed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155601 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gcc.c
lto-plugin/ChangeLog
lto-plugin/lto-plugin.c