OSDN Git Service

PR driver/19117
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Feb 2005 13:03:20 +0000 (13:03 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Feb 2005 13:03:20 +0000 (13:03 +0000)
* gcc.c (main): Include the target in -v output.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94657 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/gcc.c

index f011c4e..465e2e9 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 7f0322d..a9eec5a 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