PR target/18444
* configure.ac (threading): Accept 'posix95'. * configure: Regenerate. * config.gcc (i[34567]86-*-solaris2*): On Solaris up to 2.6, include sol26.h and default to posix95 threads if have_pthread_h. (sparc-*-solaris2*): Likewise. * gthr.h: Include gthr-posix95.h if _PTHREADS95 is defined. * gthr-posix95.h: New file. * config/sol26.h: New file. * doc/install.texi (--enable-threads): Document 'posix95'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91041 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- gcc/ChangeLog 13 additions, 0 deletionsgcc/ChangeLog
- gcc/config.gcc 38 additions, 6 deletionsgcc/config.gcc
- gcc/config/sol26.h 27 additions, 0 deletionsgcc/config/sol26.h
- gcc/configure 1 addition, 1 deletiongcc/configure
- gcc/configure.ac 1 addition, 1 deletiongcc/configure.ac
- gcc/doc/install.texi 3 additions, 1 deletiongcc/doc/install.texi
- gcc/gthr-posix95.h 592 additions, 0 deletionsgcc/gthr-posix95.h
- gcc/gthr.h 5 additions, 1 deletiongcc/gthr.h
Loading
Please register or sign in to comment