mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
4da322ed6a
commit
c98b8d622b
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Tue Oct 28 14:51:38 2014 NARUSE, Yui <naruse@ruby-lang.org>
|
||||||
|
|
||||||
|
* configure.in: remove apple-gcc4.2 from CC candidates.
|
||||||
|
|
||||||
Mon Oct 27 20:13:37 2014 NAKAMURA Usaku <usa@ruby-lang.org>
|
Mon Oct 27 20:13:37 2014 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
* lib/rexml/entity.rb: keep the entity size within the limitation.
|
* lib/rexml/entity.rb: keep the entity size within the limitation.
|
||||||
|
|
|
@ -464,7 +464,7 @@ fi
|
||||||
RUBY_NACL
|
RUBY_NACL
|
||||||
AS_CASE(["$host_os:$build_os"],
|
AS_CASE(["$host_os:$build_os"],
|
||||||
[darwin*:darwin*], [
|
[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
|
# Following Apple deployed clang are broken
|
||||||
# clang version 1.0 (http://llvm.org/svn/llvm-project/cfe/tags/Apple/clang-23 exported)
|
# 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)
|
# Apple clang version 2.0 (tags/Apple/clang-137) (based on LLVM 2.9svn)
|
||||||
|
|
Loading…
Reference in a new issue