Commit b0896d72 by Devang Patel Committed by Devang Patel

* gcc.c (process_command): Supply -v to linker.

From-SVN: r91177
parent eacf72d3
2004-11-24 Devang Patel <dpatel@apple.com>
* gcc.c (process_command): Supply -v to linker.
2004-11-24 David Edelsohn <edelsohn@gnu.org> 2004-11-24 David Edelsohn <edelsohn@gnu.org>
Paolo Bonzini <bonzini@gnu.org> Paolo Bonzini <bonzini@gnu.org>
......
...@@ -3676,6 +3676,8 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n" ...@@ -3676,6 +3676,8 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"
if (p[1] != 0) if (p[1] != 0)
break; break;
verbose_flag++; verbose_flag++;
if (strcmp (linker_name_spec, "collect2") == 0)
add_linker_option ("-v", 2);
break; break;
case 'S': case 'S':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment