gcc.c (process_command): Don't supply -v to linker.
authorAndrew Haley <aph@redhat.com>
Thu, 25 Nov 2004 11:44:46 +0000 (11:44 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Thu, 25 Nov 2004 11:44:46 +0000 (11:44 +0000)
2004-11-25  Andrew Haley  <aph@redhat.com>

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

From-SVN: r91283

gcc/ChangeLog
gcc/gcc.c

index d62972b..a971010 100644 (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
index 6897bf9..eda9e5e 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -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':