aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2005-02-03 13:03:20 +0000
committerJoseph Myers <joseph@codesourcery.com>2005-02-03 13:03:20 +0000
commit90538c3d1294f918244dfc28348831d675690621 (patch)
tree52f579ec04fa5c7cf72e5a4a46999ea7b1775f89 /gcc/gcc.c
parent2136713ffddc0a649b201958ba0e0c5042b24ee0 (diff)
PR driver/19117
* gcc.c (main): Include the target in -v output. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@94657 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 7f0322d2bb1..a9eec5a7200 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