diff options
author | Andrew Haley <aph@redhat.com> | 2004-11-25 11:44:46 +0000 |
---|---|---|
committer | Andrew Haley <aph@gcc.gnu.org> | 2004-11-25 11:44:46 +0000 |
commit | b1df6376dc54486b3edd234c883e279623fdf89f (patch) | |
tree | b8781326bddfdd72cdb6680caddaf413009581a5 | |
parent | 597cdf4f4354fce6b418f8d628a8a0f5ea778e34 (diff) | |
download | gcc-b1df6376dc54486b3edd234c883e279623fdf89f.zip gcc-b1df6376dc54486b3edd234c883e279623fdf89f.tar.gz gcc-b1df6376dc54486b3edd234c883e279623fdf89f.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/gcc.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d62972b..a971010 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 @@ -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': |