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

ruby-changes:28071

From: nobu <ko1@a...>
Date: Fri, 5 Apr 2013 19:29:54 +0900 (JST)
Subject: [ruby-changes:28071] nobu:r40123 (trunk): configure.in: no -include options

nobu	2013-04-05 19:29:42 +0900 (Fri, 05 Apr 2013)

  New Revision: 40123

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40123

  Log:
    configure.in: no -include options
    
    * configure.in (XCFLAGS): stop including missing.h by command line
      option, as the header seems included necessary places already.

  Modified files:
    trunk/configure.in

Index: configure.in
===================================================================
--- configure.in	(revision 40122)
+++ configure.in	(revision 40123)
@@ -419,7 +419,7 @@ AC_SUBST(LD) https://github.com/ruby/ruby/blob/trunk/configure.in#L419
 if test "$GCC" = yes; then
     linker_flag=-Wl,
     : ${optflags=-O3}
-    RUBY_APPEND_OPTIONS(XCFLAGS, ["-include ruby/config.h" "-include ruby/missing.h"])
+    # RUBY_APPEND_OPTIONS(XCFLAGS, ["-include ruby/config.h" "-include ruby/missing.h"])
 else
     linker_flag=
 fi

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

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