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
This commit is contained in:
Joseph Myers 2005-02-03 13:03:20 +00:00 committed by Joseph Myers
parent 515e6a84cd
commit cd21f04475
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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):

View File

@ -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