aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2001-04-26 04:28:50 +0000
committerAlexandre Oliva <aoliva@gcc.gnu.org>2001-04-26 04:28:50 +0000
commita6687d2b0a4b132d68db4a8e0967ef6cf9f8c846 (patch)
tree0b52be39c31280de0384c404860501eb5c739a12 /gcc/gcc.c
parent5db6f3de56b6fb77ef3a94e3cb9962ff6719e0a8 (diff)
downloadgcc-a6687d2b0a4b132d68db4a8e0967ef6cf9f8c846.zip
gcc-a6687d2b0a4b132d68db4a8e0967ef6cf9f8c846.tar.gz
gcc-a6687d2b0a4b132d68db4a8e0967ef6cf9f8c846.tar.bz2
configure.in (configargs.h): Define thread_model.
* configure.in (configargs.h): Define thread_model. * configure: Rebuilt. * gcc.c (main): Print it with -v. From-SVN: r41569
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. */