This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Get target libraries to obtain thread information from GCC
- To: Alexandre Oliva <aoliva at redhat dot com>
- Subject: Re: Get target libraries to obtain thread information from GCC
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Tue, 24 Apr 2001 09:43:00 -0700 (PDT)
- cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org, java at gcc dot gnu dot org
Thanks for doing this. It's been a big issue for months. In particular,
the AIX thread model has to work (it's something bizarre, where command
line options change the threading model). I'm not quite sure how that is
handled, but to be honest even consolidating all the various configure bits
will be a big step forward. Have you thought about this case?
The libstdc++ parts are fine, please consider this my ok for branch and
trunk.
-benjamin
> This patch cleans up the thread-model recognition code in all target
> libraries such that it obtains the thread information out of GCC,
> instead of having (and failing) to duplicate the logic used in
> gcc/configure.in.
>
> Tested on i686-pc-linux-gnu. Ok to install? Ok for 3.0 branch?