Commit cd21f044 by Joseph Myers Committed by Joseph Myers

re PR driver/19117 (gcc -v should include target information)

	PR driver/19117
	* gcc.c (main): Include the target in -v output.

From-SVN: r94657
parent 515e6a84
2005-02-03 Joseph S. Myers <joseph@codesourcery.com>
PR driver/19117
* gcc.c (main): Include the target in -v output.
2005-02-03 Alexandre Oliva <aoliva@redhat.com>
* combine.c (simplify_comparison, case SIGN_EXTEND, ZERO_EXTEND):
......
......@@ -6374,6 +6374,7 @@ main (int argc, const char **argv)
int n;
const char *thrmod;
notice ("Target: %s\n", spec_machine);
notice ("Configured with: %s\n", configuration_arguments);
#ifdef THREAD_MODEL_SPEC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment