From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 42E253858D28 for ; Fri, 7 Jan 2022 09:59:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 42E253858D28 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1641549580; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references; bh=/LQa5PkgRguaJXpEy2ypHtuWFJfF8dtiCWse4aezf5I=; b=YqJp+rCDsHB87fUeObpewP51tG5/As309YR4mQiDEBQQa+qR9xa45ZCtOQBSaW0RCevesl iMtnjce3BEqCBSCNWYHS2nEBdsHCfs9L7QcKVVb4gDBwaF+erZ5YUfS8ph/+D9RwqMlgKj hrKsDHsI3qdpStx9MtWU0Pz1u8i40XA= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-648-WVERdmNtPQGXYOZRdZq-Kg-1; Fri, 07 Jan 2022 04:59:30 -0500 X-MC-Unique: WVERdmNtPQGXYOZRdZq-Kg-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 73F64192D788 for ; Fri, 7 Jan 2022 09:59:29 +0000 (UTC) Received: from calimero.vinschen.de (ovpn-112-6.ams2.redhat.com [10.36.112.6]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 0BDBC6F116 for ; Fri, 7 Jan 2022 09:59:29 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id CBFD5A8093E; Fri, 7 Jan 2022 10:59:26 +0100 (CET) Date: Fri, 7 Jan 2022 10:59:26 +0100 From: Corinna Vinschen To: newlib@sourceware.org Subject: Re: [PATCH 0/7] Sync top-level files for libtool.m4 updates Message-ID: Reply-To: newlib@sourceware.org Mail-Followup-To: newlib@sourceware.org References: <20220101200554.16454-1-vapier@gentoo.org> MIME-Version: 1.0 In-Reply-To: <20220101200554.16454-1-vapier@gentoo.org> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=vinschen@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Spam-Status: No, score=-6.7 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: newlib@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2022 09:59:45 -0000 On Jan 1 15:05, Mike Frysinger wrote: > I've extracted commits made to the binutils/gdb tree to bring libtool.m4 > up-to-date (as well as some supplemental files for newer autotools). > This will allow updating to newer autoconf & automake and fix some new > warnings as a result. > > I haven't included the regenerated autotool files here since I'm juggling > a bunch of changes and they're all leading to conflicts. I'll make sure > to include those before actually pushing anything. I have tested that I > can actually regenerate & rebuild things already. > > Alexander von Gluck IV (1): > Add support for the haiku operating system. These are the os support > patches we have been grooming and maintaining for quite a few years > over on git.haiku-os.org. All of these architectures are working and > most have been stable for quite some time. > > H.J. Lu (2): > GCC: Pass --plugin to AR and RANLIB > GCC: Check if AR works with --plugin and rc > > Nick Alcock (2): > libtool.m4: augment symcode for Solaris 11 > libtool.m4: fix nm BSD flag detection > > Samuel Thibault (1): > libtool.m4: update GNU/Hurd test from upstream. In upstream libtool, > 47a889a4ca20 ("Improve GNU/Hurd support.") fixed detection of > shlibpath_overrides_runpath, thus avoiding unnecessary relink. This > backports it. > > Simon Marchi (1): > Bump to autoconf 2.69 and automake 1.15.1 > > .gitignore | 1 - > Makefile.in | 5 +- > Makefile.tpl | 5 +- > README-maintainer-mode | 4 +- > ar-lib | 270 +++++++++ > config/gcc-plugin.m4 | 40 ++ > config/override.m4 | 2 +- > configure | 1238 +++++++++++++++++++++------------------- > configure.ac | 22 +- > libtool.m4 | 140 +++-- > test-driver | 148 +++++ > 11 files changed, 1226 insertions(+), 649 deletions(-) > create mode 100755 ar-lib > create mode 100755 test-driver > > -- > 2.33.0 Ok, please push. Thanks, Corinna