From e76eebd79be9fa3cb59d0ea6e4ce8214cc6e56ad Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 20 Sep 2018 14:30:21 +0000 Subject: Ignore Xcode linker warnings git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 14fe5279c7..bfe7c19ce8 100644 --- a/configure.ac +++ b/configure.ac @@ -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 && -- cgit v1.2.3