]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR driver/19117 (gcc -v should include target information)
authorJoseph Myers <joseph@codesourcery.com>
Thu, 3 Feb 2005 13:03:20 +0000 (13:03 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Thu, 3 Feb 2005 13:03:20 +0000 (13:03 +0000)
PR driver/19117
* gcc.c (main): Include the target in -v output.

From-SVN: r94657

gcc/ChangeLog
gcc/gcc.c

index f011c4e44fffa919d838993c720131f12b8b072e..465e2e95e22e427ac443583140de62647f264fd3 100644 (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):
index 7f0322d2bb1fa4cd688a445dd9e53d407c48bd65..a9eec5a7200b8cc20485d4dabb731b3ba9120060 100644 (file)
--- 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