mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 18:13:58 +02:00
* 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:
parent
aa23f6b9fd
commit
8b83ea9ef1
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
Fri Nov 25 11:37:07 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||||
|
|
||||||
* io.c (ioctl_narg_len, linux_iocparm_len): reinstantiate linux
|
* io.c (ioctl_narg_len, linux_iocparm_len): reinstantiate linux
|
||||||
|
|
|
@ -2268,7 +2268,7 @@ AS_CASE("$enable_shared", [yes], [
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$GCC" = yes; then
|
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
|
fi
|
||||||
|
|
||||||
AS_CASE(["$target_os"],
|
AS_CASE(["$target_os"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue