summaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-02 17:54:22 +0000
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-02 17:54:22 +0000
commit4d81f9fa9232e2ac6a651c44f25e931fc0fbfe70 (patch)
treea238622b2806a4cbff85dfc43092e40c97afecea /gcc/gcc.c
parente2b06f40f7c763d3edc0f37781a564b7f1fac05c (diff)
downloadgcc-4d81f9fa9232e2ac6a651c44f25e931fc0fbfe70.tar.gz
Don't check have_o when settting combine_inputs.
2011-01-02 H.J. Lu <hongjiu.lu@intel.com> PR driver/47137 * gcc.c (main): Don't check have_o when settting combine_inputs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168407 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 69bf0336ead..0d633a4cd6b 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -6582,7 +6582,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"
explicit_link_files = XCNEWVEC (char, n_infiles);
- combine_inputs = have_o || flag_wpa;
+ combine_inputs = flag_wpa;
for (i = 0; (int) i < n_infiles; i++)
{