From c98b8d622b0d008dc881f92b1f71aebac009fcf2 Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 28 Oct 2014 05:52:07 +0000 Subject: * configure.in: remove apple-gcc4.2 from CC candidates. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48174 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ab1dd7d04f..bac9627f06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Oct 28 14:51:38 2014 NARUSE, Yui + + * configure.in: remove apple-gcc4.2 from CC candidates. + Mon Oct 27 20:13:37 2014 NAKAMURA Usaku * lib/rexml/entity.rb: keep the entity size within the limitation. diff --git a/configure.in b/configure.in index 59d054cd12..2f7fd169e6 100644 --- a/configure.in +++ b/configure.in @@ -464,7 +464,7 @@ fi 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) -- cgit v1.2.3