From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id 28C443858D28 for ; Sat, 1 Jan 2022 20:05:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 28C443858D28 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gentoo.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gentoo.org Received: by smtp.gentoo.org (Postfix, from userid 559) id 54CFF342F09; Sat, 1 Jan 2022 20:05:58 +0000 (UTC) From: Mike Frysinger To: newlib@sourceware.org Subject: [PATCH 0/7] Sync top-level files for libtool.m4 updates Date: Sat, 1 Jan 2022 15:05:47 -0500 Message-Id: <20220101200554.16454-1-vapier@gentoo.org> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-5.6 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, 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: Sat, 01 Jan 2022 20:06:04 -0000 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