gcc.c (process_command): Don't supply -v to linker.

2004-11-25  Andrew Haley  <aph@redhat.com>

        * gcc.c (process_command): Don't supply -v to linker.

From-SVN: r91283
This commit is contained in:
Andrew Haley 2004-11-25 11:44:46 +00:00 committed by Andrew Haley
parent 597cdf4f43
commit b1df6376dc
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2004-11-25 Andrew Haley <aph@redhat.com>
* gcc.c (process_command): Don't supply -v to linker.
2004-11-25 Joseph S. Myers <joseph@codesourcery.com>
* config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Use %qs

View File

@ -3676,8 +3676,6 @@ 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':