aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/gcc.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f011c4e..465e2e9 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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):
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 7f0322d..a9eec5a 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