This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: libgomp & solaris


Richard Henderson wrote:
On Fri, Jan 20, 2006 at 10:18:18PM +0100, Andreas Tobler wrote:
or with double guard:

#ifdef HAVE_GETLOADAVG
#ifdef HAVE_SYS_LOADAVG_H
# include sys/loadavg.h
#endif
#endif

This, I guess.

Ok. Thanks.

Sounds like a typo in the specs for the platform.
Hm, in gcc.c I find a hardcoded -pthread gcc.c:844

I mean in the solaris specs. We shouldn't have -pthread for some platforms and -pthreads for others.

Hm, then sol2.h and sol26.h build the minority where we have pthread_s_. Don't know the history yet.....

Andreas


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