This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r169479 - in /trunk/gcc: ChangeLog lto-wrapper....
- From: hjl at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Tue, 01 Feb 2011 14:42:09 -0000
- Subject: r169479 - in /trunk/gcc: ChangeLog lto-wrapper....
Author: hjl
Date: Tue Feb 1 14:42:08 2011
New Revision: 169479
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169479
Log:
Check HOST_BIT_BUCKET when settting dump base/dir.
2011-02-01 H.J. Lu <hongjiu.lu@intel.com>
PR driver/47547
* lto-wrapper.c (run_gcc): Don't add -dumpdir if linker_output
is HOST_BIT_BUCKET.
* opts.c (finish_options): Don't add x_aux_base_name if it is
HOST_BIT_BUCKET.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/lto-wrapper.c
trunk/gcc/opts.c