зеркало из https://github.com/github/ruby.git
* configure.in (OBJCOPY): set ac_cv_prog_ac_ct_OBJCOPY to do nothing
on cygwin and mingw because symbols are exported by def file. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22400 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
58f9782527
Коммит
288e892a10
|
@ -1,3 +1,8 @@
|
||||||
|
Wed Feb 18 20:27:16 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* configure.in (OBJCOPY): set ac_cv_prog_ac_ct_OBJCOPY to do nothing
|
||||||
|
on cygwin and mingw because symbols are exported by def file.
|
||||||
|
|
||||||
Wed Feb 18 15:35:36 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Wed Feb 18 15:35:36 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* file.c (rb_file_chown): use chown unless HAVE_FCHOWN.
|
* file.c (rb_file_chown): use chown unless HAVE_FCHOWN.
|
||||||
|
|
|
@ -242,7 +242,7 @@ AC_SUBST(ASFLAGS)
|
||||||
|
|
||||||
case "$target_os" in
|
case "$target_os" in
|
||||||
when(cygwin*|mingw*)
|
when(cygwin*|mingw*)
|
||||||
ac_cv_prog_OBJCOPY=":";;
|
ac_cv_prog_ac_ct_OBJCOPY=":";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# BSD's ports and MacPorts prefix GNU binutils with 'g'
|
# BSD's ports and MacPorts prefix GNU binutils with 'g'
|
||||||
|
|
Загрузка…
Ссылка в новой задаче