mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in (MINIDLNOBJ): set default as dmydln.o.
Now LLVM clang seems to be able to build Ruby 1.9. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25671 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0859e7cb87
commit
420c043089
2 changed files with 6 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
Fri Nov 6 12:02:32 2009 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* configure.in (MINIDLNOBJ): set default as dmydln.o.
|
||||
Now LLVM clang seems to be able to build Ruby 1.9.
|
||||
|
||||
Fri Nov 6 09:29:32 2009 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* encoding.c (rb_filesystem_encindex): add fallback to
|
||||
|
|
|
@ -2199,7 +2199,7 @@ AC_SUBST(INSTALLDOC)
|
|||
if test "$rb_with_pthread" = "yes"; then
|
||||
THREAD_MODEL=pthread
|
||||
fi
|
||||
MINIDLNOBJ=dln.o
|
||||
MINIDLNOBJ=dmydln.o
|
||||
case "$target_os" in
|
||||
when(linux*)
|
||||
;;
|
||||
|
@ -2214,7 +2214,6 @@ case "$target_os" in
|
|||
;;
|
||||
when(darwin*)
|
||||
RUBY_APPEND_OPTION(CFLAGS, -pipe)
|
||||
MINIDLNOBJ=dmydln.o
|
||||
;;
|
||||
when(human*)
|
||||
AC_LIBOBJ([x68.o])
|
||||
|
@ -2287,7 +2286,6 @@ case "$target_os" in
|
|||
LIBRUBY='lib$(RUBY_SO_NAME).a'
|
||||
LIBRUBYARG='-l$(RUBY_SO_NAME)'
|
||||
fi
|
||||
MINIDLNOBJ=dmydln.o
|
||||
;;
|
||||
when(hpux*)
|
||||
case "$YACC" in
|
||||
|
@ -2296,7 +2294,6 @@ case "$target_os" in
|
|||
YACC="$YACC -Nl40000 -Nm40000"
|
||||
;;
|
||||
esac
|
||||
MINIDLNOBJ=dmydln.o
|
||||
;;
|
||||
when(*msdosdjgpp*)
|
||||
FIRSTMAKEFILE=GNUmakefile:djgpp/GNUmakefile.in
|
||||
|
|
Loading…
Add table
Reference in a new issue