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.7 required=3.0 tests=AWL,BAYES_00, 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 51028202AA for ; Wed, 27 Feb 2019 14:08:42 +0000 (UTC) Received: from localhost ([127.0.0.1]:44440 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gyzt3-0000pc-GN for normalperson@yhbt.net; Wed, 27 Feb 2019 09:08:41 -0500 Received: from eggs.gnu.org ([209.51.188.92]:53886) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gyzZ2-0001dn-Vn for bug-gnulib@gnu.org; Wed, 27 Feb 2019 08:48:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gyzYl-0005YC-BK for bug-gnulib@gnu.org; Wed, 27 Feb 2019 08:47:52 -0500 Received: from foss.arm.com ([217.140.101.70]:58300) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gyzYl-0005Xb-5i for bug-gnulib@gnu.org; Wed, 27 Feb 2019 08:47:43 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 0040D1596 for ; Wed, 27 Feb 2019 05:47:42 -0800 (PST) Received: from C02N40N5FH04.manchester.arm.com (unknown [10.32.99.45]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 7AAF73F5C1 for ; Wed, 27 Feb 2019 05:47:41 -0800 (PST) From: pawel.osmialowski@foss.arm.com To: bug-gnulib@gnu.org Subject: Support for Flang and ARM HPC compiler Date: Wed, 27 Feb 2019 13:47:29 +0000 Message-Id: <20190227134730.33545-1-pawel.osmialowski@foss.arm.com> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 217.140.101.70 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: , Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" Hello all, 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. This is a re-send of the patch after rebase. Best regards, Paul Osmialowski