[前][次][番号順一覧][スレッド一覧]

ruby-changes:52581

From: nobu <ko1@a...>
Date: Thu, 20 Sep 2018 23:30:31 +0900 (JST)
Subject: [ruby-changes:52581] nobu:r64793 (trunk): Ignore Xcode linker warnings

nobu	2018-09-20 23:30:21 +0900 (Thu, 20 Sep 2018)

  New Revision: 64793

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64793

  Log:
    Ignore Xcode linker warnings

  Modified files:
    trunk/configure.ac
Index: configure.ac
===================================================================
--- configure.ac	(revision 64792)
+++ configure.ac	(revision 64793)
@@ -397,6 +397,11 @@ RUBY_WERROR_FLAG([ https://github.com/ruby/ruby/blob/trunk/configure.ac#L397
 	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 &&

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]