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

From-SVN: r91177
This commit is contained in:
Devang Patel 2004-11-24 09:33:51 -08:00 committed by Devang Patel
parent eacf72d384
commit b0896d72f0
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-11-24 Devang Patel <dpatel@apple.com>
* gcc.c (process_command): Supply -v to linker.
2004-11-24 David Edelsohn <edelsohn@gnu.org>
Paolo Bonzini <bonzini@gnu.org>

View File

@ -3676,6 +3676,8 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"
if (p[1] != 0)
break;
verbose_flag++;
if (strcmp (linker_name_spec, "collect2") == 0)
add_linker_option ("-v", 2);
break;
case 'S':