зеркало из https://github.com/github/ruby.git
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:
Родитель
32cff956bc
Коммит
e76eebd79b
|
@ -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 &&
|
||||
|
|
Загрузка…
Ссылка в новой задаче