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

ruby-changes:53319

From: nobu <ko1@a...>
Date: Sun, 4 Nov 2018 21:24:10 +0900 (JST)
Subject: [ruby-changes:53319] nobu:r65535 (trunk): MJIT_CC should not use CC_WRAPPER

nobu	2018-11-04 21:24:03 +0900 (Sun, 04 Nov 2018)

  New Revision: 65535

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

  Log:
    MJIT_CC should not use CC_WRAPPER

  Modified files:
    trunk/configure.ac
Index: configure.ac
===================================================================
--- configure.ac	(revision 65534)
+++ configure.ac	(revision 65535)
@@ -260,6 +260,7 @@ AS_CASE(["$build_os"], https://github.com/ruby/ruby/blob/trunk/configure.ac#L260
     echo 'int main(void) {return 0;}' > conftest.c
     AS_IF([$CC -framework Foundation -o conftest conftest.c 2>&1 |
 	   grep '^ld: warning: text-based stub file' >/dev/null], [
+	MJIT_CC="$CC"
 	CC_WRAPPER=`cd -P "$srcdir/tool" && pwd`/darwin-cc
 	CC="$CC_WRAPPER $CC"
     ])

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

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