diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-15 13:51:07 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-15 13:51:07 +0000 |
commit | d2f4c25adf9483a3ca4afc50bc214f9f39bfbdfe (patch) | |
tree | 7f012594d5ce869901a6beffedc25b7dbeb8a408 /boehm-gc/ChangeLog | |
parent | d18e0d532faa080531c89a983717f5fec4ef6a08 (diff) | |
download | gcc-d2f4c25adf9483a3ca4afc50bc214f9f39bfbdfe.tar.gz |
* configure.ac (*-*-solaris2.8*): Only usr alternate thread
library on Solaris 8.
(*-*-solaris2*): Use regular thread library otherwise.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160787 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/ChangeLog')
-rw-r--r-- | boehm-gc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 780d70f29ff..d9cda96895e 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,10 @@ +2010-06-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * configure.ac (*-*-solaris2.8*): Only usr alternate thread + library on Solaris 8. + (*-*-solaris2*): Use regular thread library otherwise. + * configure: Regenerate. + 2010-05-13 Uros Bizjak <ubizjak@gmail.com> * tests/leak_test.c (main): Declare as int. Return 0. |