diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-22 22:26:11 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-22 22:26:11 +0000 |
commit | 8fde03bac12ef8e8d2241f78edfdd5ddf124cd72 (patch) | |
tree | 429455b0553bb86246e8d7679840ae2346140ce4 /gcc/configure | |
parent | 2e52b721bc652c06e3d3b9e6b58dfbb53698e58d (diff) | |
download | gcc-8fde03bac12ef8e8d2241f78edfdd5ddf124cd72.tar.gz |
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
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure index 8d1683a7f4a..5ccbd34834c 100755 --- a/gcc/configure +++ b/gcc/configure @@ -11976,7 +11976,7 @@ case ${enable_threads} in # default target_thread_file='single' ;; - aix | dce | gnat | irix | posix | rtems | \ + aix | dce | gnat | irix | posix | posix95 | rtems | \ single | solaris | vxworks | win32 ) target_thread_file=${enable_threads} ;; |