From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 1E81320248 for ; Wed, 27 Feb 2019 21:37:41 +0000 (UTC) Received: from localhost ([127.0.0.1]:51030 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gz6tW-0006LS-MP for normalperson@yhbt.net; Wed, 27 Feb 2019 16:37:38 -0500 Received: from eggs.gnu.org ([209.51.188.92]:51440) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gz6tS-0006LK-9j for bug-gnulib@gnu.org; Wed, 27 Feb 2019 16:37:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gz6tC-00081R-Qr for bug-gnulib@gnu.org; Wed, 27 Feb 2019 16:37:23 -0500 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::5]:27100) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gz6t9-0007tT-BH for bug-gnulib@gnu.org; Wed, 27 Feb 2019 16:37:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1551303430; s=strato-dkim-0002; d=clisp.org; h=References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=yOawS1jcbMsf/k+D5Fl+jUpxXB8iDLXh1jo/ZX3ZTss=; b=gewcrIl35j5pAiX5CLBMn9MzyrjLRXjhtOWzcTzsnVl6WTLfw2n1d5phzAPhw5BrFQ 5qreiE4JZPkbTQrZO6I4XgypTeoZnQn/lSChsw6uOGGIvcb6hNGfCiArg1P8vj0OjRRO m9qCSrF3PiYo/YwRqph370KYuRtimKmCnMSHBUyrECK9wQJMNEERKeFxWYlKqfv44CJm 3m6TEQU6vdThx39KBM7w1LHSVnha/NItEsmmgUenBu3wMGFXcpvB+RWTnbb96El2Mva4 o60qjqCrMEp95903eeD3kMkMwQSxmT5Pp0k3ijxplcoIFIGxoS4C7lEyeaSpJtsG796R hEpQ== X-RZG-AUTH: ":Ln4Re0+Ic/6oZXR1YgKryK8brlshOcZlIWs+iCP5vnk6shH+AHjwLuWOGaf3zJZW" X-RZG-CLASS-ID: mo00 Received: from bruno.haible.de by smtp.strato.de (RZmta 44.13 DYNA|AUTH) with ESMTPSA id 60865ev1RLb7GrP (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate); Wed, 27 Feb 2019 22:37:07 +0100 (CET) From: Bruno Haible To: bug-gnulib@gnu.org Subject: Re: Support for Flang and ARM HPC compiler Date: Wed, 27 Feb 2019 22:37:05 +0100 Message-ID: <1900721.igzjKCEPDk@omega> User-Agent: KMail/5.1.3 (Linux/4.4.0-141-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: <20190227134730.33545-1-pawel.osmialowski@foss.arm.com> References: <20190227134730.33545-1-pawel.osmialowski@foss.arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a01:238:20a:202:5300::5 X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: pawel.osmialowski@foss.arm.com Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" Hi Pul, > This patch is a part of the cross-project set of patches > that soon will be sent to all of the relevant GNU Autotools > components: gnulib, autoconf, automake and libtool. > > The purpose of this is to add awareness of the new LLVM Fortran > compiler (Flang) along with LLVM-derived ARM HPC Compilers. > > These new compilers are recognized by their executable binary > names: flang, armflang, armclang, armclang++ > > Without those patches 'configure' script generates wrong set > of command-line flags. While the patches in principle look harmless, I stand by what I said in [1]: * The patch to gnulib/m4/std-gnu11.m4 is interesting to us *once* the corresponding Autoconf patch [2] has been accepted. * The patch to gnulib/build-aux/config.rpath is interesting to us *once* the corresponding Libtool patch [3] has been accepted. Yes, I know, maintenance on the Autoconf and Libtool side is slow these days. Bruno [1] https://lists.gnu.org/archive/html/bug-gnulib/2017-09/msg00174.html [2] https://lists.gnu.org/archive/html/autoconf-patches/2017-08/msg00013.html [3] https://lists.gnu.org/archive/html/libtool-patches/2017-08/msg00002.html