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 <jsm28@gcc.gnu.org>2005-02-03 13:03:20 +0000
commitcd21f044758d49ece1d54376aac465154f46dbab (patch)
tree52f579ec04fa5c7cf72e5a4a46999ea7b1775f89 /gcc/gcc.c
parent515e6a84cd464581711a5aa5fe51342a57ff2095 (diff)
downloadgcc-cd21f044758d49ece1d54376aac465154f46dbab.zip
gcc-cd21f044758d49ece1d54376aac465154f46dbab.tar.gz
gcc-cd21f044758d49ece1d54376aac465154f46dbab.tar.bz2
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
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 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