config.gcc (hppa*64*-*-hpux11*, [...]): Default to posix thread support.

* config.gcc (hppa*64*-*-hpux11*, hppa[12]*-*-hpux11*): Default to
	posix thread support.

From-SVN: r117756
This commit is contained in:
John David Anglin 2006-10-15 23:05:31 +00:00 committed by John David Anglin
parent ba19ceaeed
commit 27ca3a6192
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2006-10-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* config.gcc (hppa*64*-*-hpux11*, hppa[12]*-*-hpux11*): Default to
posix thread support.
2006-10-15 Jan Hubicka <jh@suse.cz>
PR middle-end/29241

View File

@ -967,7 +967,7 @@ hppa*64*-*-hpux11*)
extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o \
libgcc_stub.a"
case x${enable_threads} in
xyes | xposix )
x | xyes | xposix )
thread_file=posix
;;
esac
@ -996,7 +996,7 @@ hppa[12]*-*-hpux11*)
tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
fi
case x${enable_threads} in
xyes | xposix )
x | xyes | xposix )
thread_file=posix
;;
esac