ruby-changes:48063
From: nobu <ko1@a...>
Date: Sat, 14 Oct 2017 10:59:52 +0900 (JST)
Subject: [ruby-changes:48063] nobu:r60177 (trunk): configure.ac: no _objc_msgSend trick
nobu 2017-10-14 10:59:47 +0900 (Sat, 14 Oct 2017) New Revision: 60177 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=60177 Log: configure.ac: no _objc_msgSend trick * configure.ac (XLDFLAGS): _objc_msgSend is no longer needed to link CoreFoundation, that framework is always used for CFString functions. Modified files: trunk/configure.ac Index: configure.ac =================================================================== --- configure.ac (revision 60176) +++ configure.ac (revision 60177) @@ -3589,7 +3589,6 @@ AS_IF([test "$dln_a_out_works" = yes], [ https://github.com/ruby/ruby/blob/trunk/configure.ac#L3589 [hpux*], [ DLEXT=sl], [darwin*], [ - RUBY_APPEND_OPTION(XLDFLAGS, [-Wl,-u,_objc_msgSend]) DLEXT=bundle], [cygwin*|mingw*|*djgpp*], [ LOAD_RELATIVE=1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/