This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
THREAD_MODEL_SPEC should just be deleted.
- From: Marcin Dalecki <martin at dalecki dot de>
- To: GCC Development <gcc at gcc dot gnu dot org>
- Date: Fri, 13 Jan 2006 10:03:54 +0100
- Subject: THREAD_MODEL_SPEC should just be deleted.
I just took a closer look at this host OS configuration macro
variable and it's usage.
It turns out that the variable is only used in gcc/gcc.c under the guide
of the verbose flag to confuse the corresponding notice output with
what is actually used
by the compiler driver. The threading model actually used is
determined completely independently
by the configure system. It is pretty obvious that this got
overlooked at the time the
configure mechanism got introduced.
Thus I just wanted to give notice that the macro and it's usage
should simply be deleted.