This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC-3.0.4 (pre) on AIX requires pthreads


	Grepping for "thread model" in a GCC configure on AIX produces:

checking for thread model used by GCC... single
checking for thread model used by GCC... posix
checking for thread model used by GCC... single
checking for thread model used by GCC... single
checking for thread model used by GCC... single
checking for thread model used by GCC... posix
checking for thread model used by GCC... posix
checking for thread model used by GCC... posix

#define THREAD_MODEL_SPEC "%{pthread:posix}%{!pthread:single}"

David


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]