OSDN Git Service

2004-11-25 Andrew Haley <aph@redhat.com>
authoraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Nov 2004 11:44:46 +0000 (11:44 +0000)
committeraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Nov 2004 11:44:46 +0000 (11:44 +0000)
        * gcc.c (process_command): Don't supply -v to linker.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91283 138bc75d-0d04-0410-961f-82ee72b054a4

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':