bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
From: Paul Osmialowski <pawel.osmialowski@foss.arm.com>
To: bug-gnulib@gnu.org
Subject: Re: [PATCH] Support for Flang and ARM HPC compiler
Date: Fri, 29 Sep 2017 18:31:18 +0100	[thread overview]
Message-ID: <53fb4974-19a4-a614-92bb-a4ffab539eb7@foss.arm.com> (raw)
In-Reply-To: <20170830114359.62298-2-pawel.osmialowski@foss.arm.com>

Hello,

I'm just kindly poking about this.

On 30/08/2017 12:43, pawel.osmialowski@foss.arm.com wrote:
> From: Paul Osmialowski <pawel.osmialowski@arm.com>
> 
> Signed-off-by: Paul Osmialowski <pawel.osmialowski@arm.com>
> ---
>   build-aux/config.rpath | 3 +++
>   m4/std-gnu11.m4        | 5 ++++-
>   2 files changed, 7 insertions(+), 1 deletion(-)
> 
> diff --git a/build-aux/config.rpath b/build-aux/config.rpath
> index af3c41559..4e0419c9c 100755
> --- a/build-aux/config.rpath
> +++ b/build-aux/config.rpath
> @@ -79,6 +79,9 @@ else
>           nagfor*)
>             wl='-Wl,-Wl,,'
>             ;;
> +        armflang* | flang*)
> +          wl='-Wl,'
> +          ;;
>           pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
>             wl='-Wl,'
>             ;;
> diff --git a/m4/std-gnu11.m4 b/m4/std-gnu11.m4
> index 9dae9b1cc..87e8df7e5 100644
> --- a/m4/std-gnu11.m4
> +++ b/m4/std-gnu11.m4
> @@ -59,6 +59,9 @@ if test -z "$CC"; then
>     AC_CHECK_TOOLS(CC, cl.exe)
>   fi
>   if test -z "$CC"; then
> +  AC_CHECK_TOOL(CC, armclang)
> +fi
> +if test -z "$CC"; then
>     AC_CHECK_TOOL(CC, clang)
>   fi
>   ])
> @@ -126,7 +129,7 @@ if test -z "$CXX"; then
>     else
>       AC_CHECK_TOOLS(CXX,
>   		   [m4_default([$1],
> -			       [g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC clang++])],
> +			       [g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC armclang++ clang++])],
>   		   g++)
>     fi
>   fi
> 


  reply	other threads:[~2017-09-29 17:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-30 11:43 Support for Flang and ARM HPC compiler pawel.osmialowski
2017-08-30 11:43 ` [PATCH] " pawel.osmialowski
2017-09-29 17:31   ` Paul Osmialowski [this message]
2017-09-29 18:52     ` Bruno Haible
  -- strict thread matches above, loose matches on Subject: below --
2017-08-30 12:01 pawel.osmialowski
2017-08-30 12:01 ` [PATCH] " pawel.osmialowski
2019-02-27 13:47 pawel.osmialowski
2019-02-27 13:47 ` [PATCH] " pawel.osmialowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.gnu.org/mailman/listinfo/bug-gnulib

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53fb4974-19a4-a614-92bb-a4ffab539eb7@foss.arm.com \
    --to=pawel.osmialowski@foss.arm.com \
    --cc=bug-gnulib@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).