ruby-changes:36093
From: naruse <ko1@a...>
Date: Tue, 28 Oct 2014 14:52:16 +0900 (JST)
Subject: [ruby-changes:36093] naruse:r48174 (trunk): * configure.in: remove apple-gcc4.2 from CC candidates.
naruse 2014-10-28 14:52:07 +0900 (Tue, 28 Oct 2014) New Revision: 48174 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48174 Log: * configure.in: remove apple-gcc4.2 from CC candidates. Modified files: trunk/ChangeLog trunk/configure.in Index: configure.in =================================================================== --- configure.in (revision 48173) +++ configure.in (revision 48174) @@ -464,7 +464,7 @@ fi https://github.com/ruby/ruby/blob/trunk/configure.in#L464 RUBY_NACL AS_CASE(["$host_os:$build_os"], [darwin*:darwin*], [ - AC_CHECK_TOOLS(CC, [gcc-4.2 clang gcc cc]) + AC_CHECK_TOOLS(CC, [clang gcc cc]) # Following Apple deployed clang are broken # clang version 1.0 (http://llvm.org/svn/llvm-project/cfe/tags/Apple/clang-23 exported) # Apple clang version 2.0 (tags/Apple/clang-137) (based on LLVM 2.9svn) Index: ChangeLog =================================================================== --- ChangeLog (revision 48173) +++ ChangeLog (revision 48174) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Tue Oct 28 14:51:38 2014 NARUSE, Yui <naruse@r...> + + * configure.in: remove apple-gcc4.2 from CC candidates. + Mon Oct 27 20:13:37 2014 NAKAMURA Usaku <usa@r...> * lib/rexml/entity.rb: keep the entity size within the limitation. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/