mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Ignore Xcode linker warnings
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
32cff956bc
commit
e76eebd79b
1 changed files with 5 additions and 0 deletions
|
@ -397,6 +397,11 @@ RUBY_WERROR_FLAG([
|
|||
AC_MSG_ERROR([something wrong with CFLAGS="$CFLAGS"])
|
||||
]
|
||||
)
|
||||
|
||||
# now Xcode linker warns for deprecated architecture and wrongly
|
||||
# installed TBD files.
|
||||
AS_CASE(["$target_os"], [darwin*], [ac_c_werror_flag=])
|
||||
|
||||
AC_MSG_CHECKING([whether LDFLAGS is valid])
|
||||
{
|
||||
mkdir tmp.$$.try_link &&
|
||||
|
|
Loading…
Add table
Reference in a new issue