From: Joseph Myers Date: Thu, 3 Feb 2005 13:03:20 +0000 (+0000) Subject: re PR driver/19117 (gcc -v should include target information) X-Git-Tag: releases/gcc-4.0.0~1069 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd21f044758d49ece1d54376aac465154f46dbab;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f011c4e44fff..465e2e95e22e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-02-03 Joseph S. Myers + + PR driver/19117 + * gcc.c (main): Include the target in -v output. + 2005-02-03 Alexandre Oliva * combine.c (simplify_comparison, case SIGN_EXTEND, ZERO_EXTEND): diff --git a/gcc/gcc.c b/gcc/gcc.c index 7f0322d2bb1f..a9eec5a7200b 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -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