ruby-changes:27152
From: akr <ko1@a...>
Date: Mon, 11 Feb 2013 20:07:43 +0900 (JST)
Subject: [ruby-changes:27152] akr:r39204 (trunk): * configure.in: use -pthread on mirbsd*.
akr 2013-02-11 20:07:32 +0900 (Mon, 11 Feb 2013) New Revision: 39204 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39204 Log: * configure.in: use -pthread on mirbsd*. Modified files: trunk/ChangeLog trunk/configure.in Index: configure.in =================================================================== --- configure.in (revision 39203) +++ configure.in (revision 39204) @@ -2054,7 +2054,7 @@ if test x"$enable_pthread" = xyes; then https://github.com/ruby/ruby/blob/trunk/configure.in#L2054 [root], [], [c_r], [MAINLIBS="-pthread $MAINLIBS"], [AS_CASE(["$target_os"], - [openbsd*], [LIBS="-pthread $LIBS"], + [openbsd*|mirbsd*], [LIBS="-pthread $LIBS"], [LIBS="-l$pthread_lib $LIBS"])]) else AC_MSG_WARN("Don't know how to find pthread library on your system -- thread support disabled") Index: ChangeLog =================================================================== --- ChangeLog (revision 39203) +++ ChangeLog (revision 39204) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Mon Feb 11 20:06:38 2013 Tanaka Akira <akr@f...> + + * configure.in: use -pthread on mirbsd*. + Mon Feb 11 16:07:09 2013 Tanaka Akira <akr@f...> * configure.in: add SOLIBS and LIBRUBY_SO definition for mirbsd*. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/