[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem in Tru64 with autoconf choosen cc flags [PATCH]
From: |
Peter Eisentraut |
Subject: |
Re: Problem in Tru64 with autoconf choosen cc flags [PATCH] |
Date: |
Tue, 13 Jan 2004 22:43:05 +0100 |
User-agent: |
KMail/1.5.1 |
Nicolás Lichtmaier wrote:
> In Tru64 autoconf likes to select "-std1" as the flag to get an ANSI
> compiler. The problem is that this is similar to the "-ansi" switch
> in GCC, and it turns off useful extensions. The normal and
> recommended switch would be just "-std". ¿Could this be fixed?
It should be.
> I'm attaching a patch that I think it fixes the problem by testing
> -std before -std1. I haven't tested it though.
I don't think there is a version of this operating system that supports
-std1 but not -std. I think we should just go with -std.
Re: Problem in Tru64 with autoconf choosen cc flags [PATCH], Kevin Ryde, 2004/01/14