Commit a6687d2b by Alexandre Oliva Committed by Alexandre Oliva

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
parent 5db6f3de
2001-04-26 Alexandre Oliva <aoliva@redhat.com>
* configure.in (configargs.h): Define thread_model.
* configure: Rebuilt.
* gcc.c (main): Print it with -v.
2001-04-25 Joseph S. Myers <jsm28@cam.ac.uk>
* invoke.texi: Document -Wmissing-braces, -dumpspecs,
......
......@@ -857,6 +857,7 @@ fi
cat > configargs.h <<EOF
/* Generated automatically. */
static const char configuration_arguments[] = "$gcc_config_arguments";
static const char thread_model[] = "$thread_file";
EOF
changequote([,])dnl
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment