aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorAndrew Haley <aph@redhat.com>2004-11-25 11:44:46 +0000
committerAndrew Haley <aph@redhat.com>2004-11-25 11:44:46 +0000
commit1189f73e70286ca4adb0e9df7815edc35c8c2f27 (patch)
treeb8781326bddfdd72cdb6680caddaf413009581a5 /gcc/gcc.c
parentd3459b0c7ff6fe57dcead7b1b52a266dd8dcd055 (diff)
2004-11-25 Andrew Haley <aph@redhat.com>
* gcc.c (process_command): Don't supply -v to linker. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@91283 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 6897bf9a336..eda9e5ecb26 100644
--- 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':