ruby-changes:27385
From: akr <ko1@a...>
Date: Sun, 24 Feb 2013 02:13:14 +0900 (JST)
Subject: [ruby-changes:27385] akr:r39436 (ruby_1_8): * configure.in: Minix 3.2.1 supports shared libraries as NetBSD.
akr 2013-02-24 02:10:36 +0900 (Sun, 24 Feb 2013) New Revision: 39436 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39436 Log: * configure.in: Minix 3.2.1 supports shared libraries as NetBSD. Modified files: branches/ruby_1_8/ChangeLog branches/ruby_1_8/configure.in Index: ruby_1_8/configure.in =================================================================== --- ruby_1_8/configure.in (revision 39435) +++ ruby_1_8/configure.in (revision 39436) @@ -1324,7 +1324,7 @@ if test "$with_dln_a_out" != yes; then https://github.com/ruby/ruby/blob/trunk/ruby_1_8/configure.in#L1324 *shlicc*) : ${LDSHARED='$(CC) -r'} rb_cv_dlopen=yes ;; esac ;; - linux* | gnu* | k*bsd*-gnu | netbsd* | bsdi*) + linux* | gnu* | k*bsd*-gnu | netbsd* | bsdi* | minix*) : ${LDSHARED='$(CC) -shared'} if test "$rb_cv_binary_elf" = yes; then LDFLAGS="$LDFLAGS -Wl,-export-dynamic" @@ -1640,7 +1640,7 @@ if test "$enable_shared" = 'yes'; then https://github.com/ruby/ruby/blob/trunk/ruby_1_8/configure.in#L1640 LIBRUBY_ALIASES='' fi ;; - netbsd*) + netbsd*|minix*) SOLIBS='$(LIBS)' LIBRUBY_SO='lib$(RUBY_SO_NAME).so.$(MAJOR)$(MINOR).$(TEENY)' LIBRUBY_DLDFLAGS='-Wl,-soname,lib$(RUBY_SO_NAME).so.$(MAJOR)$(MINOR)' @@ -1724,7 +1724,7 @@ AC_SUBST(RDOCTARGET) https://github.com/ruby/ruby/blob/trunk/ruby_1_8/configure.in#L1724 case "$target_os" in linux*) ;; - netbsd*) + netbsd*|minix*) CFLAGS="$CFLAGS -pipe" ;; nextstep*|openstep*) Index: ruby_1_8/ChangeLog =================================================================== --- ruby_1_8/ChangeLog (revision 39435) +++ ruby_1_8/ChangeLog (revision 39436) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ruby_1_8/ChangeLog#L1 +Sun Feb 24 02:03:14 2013 Tanaka Akira <akr@f...> + + * configure.in: Minix 3.2.1 supports shared libraries as NetBSD. + Sun Dec 2 22:05:54 2012 Akinori MUSHA <knu@i...> * lib/generator.rb (Generator#initialize): Make an internal block -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/