aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-22 03:22:08 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-22 03:22:08 +0000
commita23f06358ee3e8267650b400f31f0f57ba6c9756 (patch)
treeeb3b52ae085c3514af1fc4ce9c11af89170b862d
parentb790678398beff2669ec8a91e25d8e5ce6390659 (diff)
downloadruby-a23f06358ee3e8267650b400f31f0f57ba6c9756.tar.gz
* configure.in: allow llvm-gcc because it work fine with r34278.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--configure.in5
2 files changed, 4 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d89471940..1f22dd6a43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Feb 22 12:15:16 2012 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * configure.in: allow llvm-gcc because it work fine with r34278.
+
Wed Feb 22 10:57:08 2012 NARUSE, Yui <naruse@ruby-lang.org>
* regparse.c (fetch_token): don't use // comment.
diff --git a/configure.in b/configure.in
index 7b14caa571..18ed6b53db 100644
--- a/configure.in
+++ b/configure.in
@@ -287,11 +287,6 @@ AC_PROG_CXX
AC_PROG_GCC_TRADITIONAL
AC_SUBST(GCC)
if test "$GCC" = yes; then
- AC_TRY_LINK([
- @%:@if defined __llvm__ && !defined __clang__
- @%:@error llvm-gcc has ended
- @%:@endif
- ], [], [], [AC_MSG_ERROR(llvm-gcc has ended. Run configure with CC=clang)])
linker_flag=-Wl,
: ${optflags=-O3}
AS_CASE(["$target_os"], [linux*|darwin*], [: ${debugflags=-ggdb}])