зеркало из https://github.com/github/ruby.git
* configure.in (--no-undefined): RUBY_TRY_CFLAGS does nothing for
linker flags. use RUBY_TRY_LDFLAGS. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33840 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
aa23f6b9fd
Коммит
8b83ea9ef1
|
@ -1,3 +1,8 @@
|
|||
Sat Nov 26 05:00:25 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* configure.in (--no-undefined): RUBY_TRY_CFLAGS does nothing for
|
||||
linker flags. use RUBY_TRY_LDFLAGS.
|
||||
|
||||
Fri Nov 25 11:37:07 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* io.c (ioctl_narg_len, linux_iocparm_len): reinstantiate linux
|
||||
|
|
|
@ -2268,7 +2268,7 @@ AS_CASE("$enable_shared", [yes], [
|
|||
fi
|
||||
|
||||
if test "$GCC" = yes; then
|
||||
RUBY_TRY_CFLAGS(-Xlinker --no-undefined, RUBY_APPEND_OPTION(EXTLDFLAGS, -Xlinker --no-undefined))
|
||||
RUBY_TRY_LDFLAGS([-Xlinker --no-undefined], RUBY_APPEND_OPTION(EXTLDFLAGS, [-Xlinker --no-undefined]))
|
||||
fi
|
||||
|
||||
AS_CASE(["$target_os"],
|
||||
|
|
Загрузка…
Ссылка в новой задаче