From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.0.0.0/16 X-Spam-Status: No, score=-3.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 7A2E120285 for ; Wed, 30 Aug 2017 13:06:13 +0000 (UTC) Received: from localhost ([::1]:50483 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dn2hA-000153-EU for normalperson@yhbt.net; Wed, 30 Aug 2017 09:06:12 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59118) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dn1gZ-0008IV-Qv for bug-gnulib@gnu.org; Wed, 30 Aug 2017 08:01:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dn1gU-0002QQ-DR for bug-gnulib@gnu.org; Wed, 30 Aug 2017 08:01:31 -0400 Received: from foss.arm.com ([217.140.101.70]:50824) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dn1gU-0002Ow-8A for bug-gnulib@gnu.org; Wed, 30 Aug 2017 08:01:26 -0400 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 BF03A80D for ; Wed, 30 Aug 2017 05:01:24 -0700 (PDT) Received: from c02n40n5fh04.manchester.arm.com (c02n40n5fh04.manchester.arm.com [10.45.32.184]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 334613F578 for ; Wed, 30 Aug 2017 05:01:24 -0700 (PDT) From: pawel.osmialowski@foss.arm.com To: bug-gnulib@gnu.org Subject: Support for Flang and ARM HPC compiler Date: Wed, 30 Aug 2017 13:01:19 +0100 Message-Id: <20170830120120.62582-1-pawel.osmialowski@foss.arm.com> X-Mailer: git-send-email 2.11.0 (Apple Git-81) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.140.101.70 X-Mailman-Approved-At: Wed, 30 Aug 2017 09:05:39 -0400 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. Best regards, Paul Osmialowski