diff options
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. */ |