From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 36771 invoked by alias); 10 Jan 2018 15:28:17 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 36745 invoked by uid 89); 10 Jan 2018 15:28:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=Hx-languages-length:1760, 014 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 10 Jan 2018 15:28:15 +0000 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 3A9B972687 for ; Wed, 10 Jan 2018 15:28:14 +0000 (UTC) Received: from snowball.redhat.com (ovpn-116-75.ams2.redhat.com [10.36.116.75]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 74AB78D65C for ; Wed, 10 Jan 2018 15:28:13 +0000 (UTC) From: Nick Clifton To: binutils@sourceware.org Subject: Commit: Update config/ and the top level configure files Date: Wed, 10 Jan 2018 15:28:00 -0000 Message-ID: <87a7xlspgz.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2018-01/txt/msg00154.txt.bz2 Hi Guys, I am checking in the patch below to update the config/ directory and the top level configure files with the versions from gcc and the config project. I rebuilt lots of different toolchains with the changes in place and nothing broke, so I think that the patch should be safe. Cheers Nick ./ChangeLog 2018-01-10 Nick Clifton * config-ml.in: Sync with gcc sources. * config.guess: Likewise. * config.sub: Likewise. * configure.ac: Likewise. * configure: Regenerate. config/ChangeLog 2018-01-10 Nick Clifton * Sync with GCC sources: 2017-11-14 Boris Kolpackov * gcc-plugin.m4: Add support for MinGW. 2017-11-17 Igor Tsimbalist * cet.m4: New file. 2017-11-15 Alexandre Oliva * bootstrap-debug-lean.mk (do-compare): Use the contrib/compare-debug script. 2017-10-24 H.J. Lu * bootstrap-cet.mk: New file. 2017-06-19 Martin Liska * bootstrap-lto-noplugin.mk: Enable -flto in all PGO stages. * bootstrap-lto.mk: Likewise. 2017-06-03 Eric Botcazou * mt-android: New file. 2017-02-13 Richard Biener * isl.m4: Remove support for ISL 0.14. 2017-01-19 Uros Bizjak PR target/78478 * ax_check_define.m4: New file. 2017-01-17 Jakub Jelinek PR other/79046 * acx.m4 (GCC_BASE_VER): New m4 function. (ACX_TOOL_DIRS): Require GCC_BASE_VER, for --with-gcc-major-version-only use just major number from BASE-VER. 2017-01-06 Rainer Orth PR go/78978 * hwcaps.m4 (GCC_CHECK_ASSEMBLER_HWCAP): New macro.