Subject: Re: C99
To: None <tech-pkg@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-pkg
Date: 08/25/2006 13:19:38
On Thu, Aug 24, 2006 at 05:11:20PM -0400, Jan Schaumann wrote:
> However, trying to build stuff on IRIX with gcc, I realize that an
> additional CFLAGS (-std=c99) is also required for gcc.  Instead of
> patching the same number of packages again with an additional check, I
> was thinking it might make more sense to simply add a 
> 
> USE_LANGUAGES+=	c99

I prefer this. Does IRIX offer a c99 compiler frontend (as opposed to
cc)? We could change CC=c99 in this case.

Joerg