autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AC_PROG_CC wrongly setting $GCC=yes while clang is used


From: Russ Allbery
Subject: Re: AC_PROG_CC wrongly setting $GCC=yes while clang is used
Date: Mon, 08 Sep 2014 18:55:34 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Bastien Chevreux <address@hidden> writes:

> And that’s the point: as a developer of a program who uses a compiler
> just as a mean to get things done, I’m totally not interested in this …
> and I shouldn’t. It’s enough for me to know that a given compiler is
> buggy between version X and Y when a given flag is used to simply not
> use that flag there.

For this particular situation, which I think is relatively rare, I would
just parse the output of gcc -v.

-- 
Russ Allbery (address@hidden)              <http://www.eyrie.org/~eagle/>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]