From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31353 invoked by alias); 11 Nov 2014 09:15:14 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 31344 invoked by uid 89); 11 Nov 2014 09:15:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f176.google.com Received: from mail-wi0-f176.google.com (HELO mail-wi0-f176.google.com) (209.85.212.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 11 Nov 2014 09:15:12 +0000 Received: by mail-wi0-f176.google.com with SMTP id h11so953961wiw.9 for ; Tue, 11 Nov 2014 01:15:09 -0800 (PST) X-Received: by 10.180.207.77 with SMTP id lu13mr39721023wic.12.1415697309801; Tue, 11 Nov 2014 01:15:09 -0800 (PST) Received: from touille.bouyguesbox.fr (89-93-42-249.hfc.dyn.abo.bbox.fr. [89.93.42.249]) by mx.google.com with ESMTPSA id u5sm16658833wiz.9.2014.11.11.01.15.08 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 11 Nov 2014 01:15:08 -0800 (PST) Content-Type: multipart/mixed; boundary="Apple-Mail=_52804603-BB50-4B96-BA5F-3347D30A1AB8" Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1990.1\)) Subject: Re: Fix libtool.m4 for Darwin >= 10.10 From: FX In-Reply-To: <20141111090625.GA5026@tucnak.redhat.com> Date: Tue, 11 Nov 2014 09:21:00 -0000 Cc: GCC Patches Message-Id: References: <20141111090625.GA5026@tucnak.redhat.com> To: Jakub Jelinek X-SW-Source: 2014-11/txt/msg00934.txt.bz2 --Apple-Mail=_52804603-BB50-4B96-BA5F-3347D30A1AB8 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Content-length: 337 > Your patch contains lots of other changes, not just the libtool.m4 > change. Please filter those out. Sorry about that. The patch attached should be clean, and the ChangeLog ent= ries formatted as they should. OK to commit? This touches so many area it probably needs a build maintaine= r or global maintainer to approve it. FX --Apple-Mail=_52804603-BB50-4B96-BA5F-3347D30A1AB8 Content-Disposition: attachment; filename=libtool.diff Content-Type: application/octet-stream; name="libtool.diff" Content-Transfer-Encoding: 7bit Content-length: 11057 Index: boehm-gc/configure =================================================================== --- boehm-gc/configure (revision 217317) +++ boehm-gc/configure (working copy) @@ -7508,7 +7508,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; Index: gcc/configure =================================================================== --- gcc/configure (revision 217317) +++ gcc/configure (working copy) @@ -14546,7 +14546,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; Index: libatomic/configure =================================================================== --- libatomic/configure (revision 217317) +++ libatomic/configure (working copy) @@ -7329,7 +7329,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; Index: libbacktrace/configure =================================================================== --- libbacktrace/configure (revision 217317) +++ libbacktrace/configure (working copy) @@ -7576,7 +7576,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; Index: libcc1/configure =================================================================== --- libcc1/configure (revision 217317) +++ libcc1/configure (working copy) @@ -7023,7 +7023,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; Index: libcilkrts/configure =================================================================== --- libcilkrts/configure (revision 217317) +++ libcilkrts/configure (working copy) @@ -7546,7 +7546,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; Index: libffi/configure =================================================================== --- libffi/configure (revision 217317) +++ libffi/configure (working copy) @@ -7125,7 +7125,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; Index: libgfortran/configure =================================================================== --- libgfortran/configure (revision 217317) +++ libgfortran/configure (working copy) @@ -8816,7 +8816,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; Index: libgomp/configure =================================================================== --- libgomp/configure (revision 217317) +++ libgomp/configure (working copy) @@ -7312,7 +7312,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; Index: libitm/configure =================================================================== --- libitm/configure (revision 217317) +++ libitm/configure (working copy) @@ -8002,7 +8002,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; Index: libobjc/configure =================================================================== --- libobjc/configure (revision 217317) +++ libobjc/configure (working copy) @@ -6794,7 +6794,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; Index: libquadmath/configure =================================================================== --- libquadmath/configure (revision 217317) +++ libquadmath/configure (working copy) @@ -6986,7 +6986,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; Index: libsanitizer/configure =================================================================== --- libsanitizer/configure (revision 217317) +++ libsanitizer/configure (working copy) @@ -8506,7 +8506,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; Index: libssp/configure =================================================================== --- libssp/configure (revision 217317) +++ libssp/configure (working copy) @@ -7123,7 +7123,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; Index: libstdc++-v3/configure =================================================================== --- libstdc++-v3/configure (revision 217317) +++ libstdc++-v3/configure (working copy) @@ -7861,7 +7861,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; Index: libtool.m4 =================================================================== --- libtool.m4 (revision 217317) +++ libtool.m4 (working copy) @@ -1006,7 +1006,7 @@ _LT_EOF case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[[012]]*) + 10.[[012]][[,.]]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; Index: libvtv/configure =================================================================== --- libvtv/configure (revision 217317) +++ libvtv/configure (working copy) @@ -8614,7 +8614,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; @@ -12127,7 +12127,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12099 "configure" +#line 12130 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12233,7 +12233,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12205 "configure" +#line 12236 "configure" #include "confdefs.h" #if HAVE_DLFCN_H Index: lto-plugin/configure =================================================================== --- lto-plugin/configure (revision 217317) +++ lto-plugin/configure (working copy) @@ -6825,7 +6825,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; } case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) + 10.[012][,.]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; --Apple-Mail=_52804603-BB50-4B96-BA5F-3347D30A1AB8 Content-Disposition: attachment; filename=libtool.ChangeLog Content-Type: application/octet-stream; name="libtool.ChangeLog" Content-Transfer-Encoding: 7bit Content-length: 2002 2014-11-11 Francois-Xavier Coudert PR target/63610 * libtool.m4: Fix globbing of darwin versions. * configure: Regenerate. boehm-gc/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. gcc/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. libatomic/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. libbacktrace/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. libcc1/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. libcilkrts/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. libffi/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. libgomp/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. libitm/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. libobjc/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. libquadmath/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. libsanitizer/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. libssp/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. libstdc++-v3/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. libvtv/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: lto-plugin/ 2014-11-11 Francois-Xavier Coudert PR target/63610 * configure: Regenerate. --Apple-Mail=_52804603-BB50-4B96-BA5F-3347D30A1AB8--