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

ruby-changes:63288

From: Nobuyoshi <ko1@a...>
Date: Wed, 7 Oct 2020 00:04:48 +0900 (JST)
Subject: [ruby-changes:63288] ed01cc8fdc (master): No longer need libtool

https://git.ruby-lang.org/ruby.git/commit/?id=ed01cc8fdc

From ed01cc8fdc845b1db258eb3e35b3ba834463672e Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Tue, 6 Oct 2020 23:46:24 +0900
Subject: No longer need libtool

As debug_counter.c has had a global symbol since cdc614cd0a21,
ranlib should no longer complain that it has no symbols.

diff --git a/configure.ac b/configure.ac
index 16e6457..1d511ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -165,13 +165,6 @@ AS_CASE(["${build_os}"], https://github.com/ruby/ruby/blob/trunk/configure.ac#L165
 ],
 [aix*], [
     AC_PATH_TOOL([NM], [nm], [/usr/ccs/bin/nm], [/usr/ccs/bin:$PATH])
-],
-[darwin*], [
-    AS_IF([libtool 2>&1 | grep no_warning_for_no_symbols > /dev/null], [
-        ac_cv_prog_ac_ct_RANLIB=:
-        ac_cv_prog_ac_ct_AR='libtool -static'
-        rb_cv_arflags='-no_warning_for_no_symbols -o'
-    ])
 ])
 AS_CASE(["${target_os}"],
 [cygwin*|mingw*], [
-- 
cgit v0.10.2


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

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