aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-08-28 00:45:21 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-08-28 00:56:15 +0900
commit88a37dc62099b49e71a05342460da4061d5f23dd (patch)
treed8b1760b6a53d52617a1a4f8c0f20e4f64bf11d7 /lib
parentd8fa88294fbbd04b218b7e9724bec2553dab72b8 (diff)
downloadruby-88a37dc62099b49e71a05342460da4061d5f23dd.tar.gz
Stop passing CC_LIBS in compile_c_to_o
To fix "gcc: -lgcc: linker input file unused because linking not done" in https://rubyci.org/logs/rubyci.s3.amazonaws.com/openbsd65/ruby-master/log/20190826T200009Z.log.html.gz Still I'm intentionally leaving CC_DLDFLAGS_ARGS because making compiler options different might result in compile/link failure. (Of course CC_DLDFLAGS_ARGS usually should not have compiler options, but it might include by bad configure setup) The same problem may exist in MJIT_LIBS used inside CC_LIBS as well, but I just ignored that case because it impacts only MinGW / cygwin, hoping that their users do not perform a wrong configure.
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions