aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index cb0cf49..b265526 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -5792,6 +5792,8 @@ main (argc, argv)
notice ("Configured with: %s\n", configuration_arguments);
+ notice ("Thread model: %s\n", thread_model);
+
/* compiler_version is truncated at the first space when initialized
from version string, so truncate version_string at the first space
before comparing. */