1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
naruse 2012-02-22 03:22:08 +00:00
parent b790678398
commit a23f06358e
2 changed files with 4 additions and 5 deletions

View file

@ -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.

View file

@ -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}])