This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Convert 3.2 sources to ISO C90
- From: Stan Shebs <shebs at apple dot com>
- To: David Edelsohn <dje at watson dot ibm dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 05 Jun 2002 14:43:10 -0700
- Subject: Re: Convert 3.2 sources to ISO C90
- Organization: Apple Computer, Inc.
- References: <200206052135.RAA29114@makai.watson.ibm.com>
David Edelsohn wrote:
>
> >>>>> Stan Shebs writes:
>
> Stan> Ironically, I'll bet a large percentage of that group already has
> Stan> GCC on their systems, but configure prefers "cc" over "gcc" (for
> Stan> good reasons I suppose), so it'll find the pre-ISO compiler even if
> Stan> a working GCC is available...
>
> Configure prefers "gcc" over "cc". The reason none of the HP
> testers see the problem is that configure always finds gcc, so they never
> test building with cc which presumably is on their HP/UX system.
You're right. I actually tested this one on my own machine before
making the claim, because I wasn't sure, but forgot that I have a
makefile fragment that overrides what configure chooses!
Stan